https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 71efe301564c5ecec7479036afa8e2d2a546489f authored by Kinuko Yasuda on 28 March 2018, 01:47:22 UTC
Re-land: "Don't adjust the NavigationTimings on redirects"
Tip revision: 71efe30
transform-table-001-ref.html
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
    <style>
      div {
        transform: translate(200px) rotate(180deg);
        transform-origin: left;
      }
    </style>
  </head>
  <body>
    <div>
      <table>
        <caption>Hello</caption>
        <tr><td>there!</td></tr>
      </table>
    </div>
  </body>
</html>
back to top