chromium/third_party/blink/web_tests/external/wpt/css/css-transforms/transform-scaley-ref.html

<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Clint Talbert" href="mailto:[email protected]">
    <link rel="author" title="Aryeh Gregor" href="mailto:[email protected]">
    <style>
      body {
        margin: 0;
      }

      div {
        background: green;
        width: 100px;
        height: 50px;
        margin-top: 25px;
      }
    </style>
  </head>
  <body>
    <div>
    </div>
  </body>
</html>