https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c4576ffa15e5f74a31a60f7cb064d834f18345dc authored by Luke Bjerring on 03 April 2018, 19:46:54 UTC
Add support for // META: spec=url to satisfy MISSING-LINK
Tip revision: c4576ff
transform3d-scale-001-ref.html
<!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: scaleX(2) scaleY(2); transform-origin: 0 0; width: 100px; height: 100px;">
      Test Text
    </div>
  </body>
</html>
back to top