https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 5b2846cb5fe342c01a826c893482c7e50c41b072 authored by moz-wptsync-bot on 15 March 2018, 23:08:40 UTC
Port EventSource in Web Workers to WorkerRef,
Tip revision: 5b2846c
transform3d-perspective-001-ref.html
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
  </head>
  <body>
    <div style="perspective: 1000px; perspective-origin: 50px 50px">
      <div style="height: 100px; width: 100px; background: lime;
        transform: rotatex(45deg) scaley(1.41421356); transform-origin: top">
      </div>
    </div>
  </body>
</html>
back to top