https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 37c5bea47ddc518b83a755f619ef4d77809ff881 authored by Philip Jägenstedt on 29 March 2018, 09:56:53 UTC
Document useful arguments for `wpt run chrome`
Tip revision: 37c5bea
transform-origin-name-ref-1.html
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Keith Schwarz" href="mailto:keith@keithschwarz.com">
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
    <style>
      div {
        margin: 300px 0 0 300px;
        width: 100px;
        height: 200px;
        background: #202040;
        transform: rotate(45deg);
        transform-origin: 0% 0%;
      }
    </style>
  </head>
  <body>
    <div></div>
  </body>
</html>
back to top