summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/transform3d-perspective-009-ref.html
blob: 63cdd04d231438551c36d2737b1221372e487181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
  </head>
  <body style="width: 400px">
    <div style="perspective: 1000px">
      <div style="height: 100px; width: 100px; background: lime;
        transform: rotatex(45deg) scaley(1.41421356); transform-origin: top">
      </div>
    </div>
  </body>
</html>