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

</body></html>