aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/html/reference/transform-table-004-notref.htm
blob: 9c64bb599957c0b891a70f85dadcf1aefc4c4e38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html><head>
    <title>CSS Reftest Reference</title>
    <link href="mailto:ayg@aryeh.name" rel="author" title="Aryeh Gregor">
    <style>
      caption {
        caption-side: bottom;
      }
    </style>
  </head>
  <body>
    <table>
      <caption>there!</caption>
      <tbody><tr><td>Hello</td></tr>
    </tbody></table>
  

</body></html>