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

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