summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/transform3d-matrix3d-002-ref.html
blob: dfa60d0af96fe3d1844ab0bd3fb1c731e39ea29f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Matt Woodrow" href="mailto:mwoodrow@mozilla.com">
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
  </head>
  <body>
    <div style="transform: translate3d(4px,5px,6px) scale3d(1,2,3);
      width: 100px; height: 100px; background: lime">
    </div>
  </body>
</html>