summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/transform3d-scale-005-ref.html
blob: 270e413ddb21c37ce11c1f7715b2120c2e78bfdc (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="Matt Woodrow" href="mailto:mwoodrow@mozilla.com">
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
  </head>
  <body>
    <div style="transform: scaleY(2); transform-origin: 0 0; width: 100px; height: 100px;">
      <div style="background: blue; width: 50px; height: 50px;"></div>
      <div style="background: lime; width: 50px; height: 50px; margin-left: 50px;"></div>
    </div>
  </body>
</html>