summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/transform-table-001-notref.html
blob: 57d96366844143dcbb58ad79e11a5a21602bb57f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
  </head>
  <body>
    <table>
      <caption>Hello</caption>
      <tr><td>there!</td></tr>
    </table>
  </body>
</html>