https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 47e1e79e582c8e7313aee1a58f814e86fab7ee05 authored by Cactusmachete on 22 March 2018, 20:36:19 UTC
Fixed lint checking directories it shouldn't be
Tip revision: 47e1e79
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