chromium/third_party/blink/web_tests/external/wpt/css/css-transforms/transform3d-scale-001-ref.html

<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Matt Woodrow" href="mailto:[email protected]">
    <link rel="author" title="Aryeh Gregor" href="mailto:[email protected]">
  </head>
  <body>
    <div style="transform: scaleX(2) 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>