summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/contain-size-table-caption-001-ref.html
blob: 49b09334f2bf4ec2651dd13ec3484838336d50c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf-8">
  <title>CSS Reftest Reference</title>
  <link rel="author" title="Morgan Rae Reschenberg" href="mailto:mreschenberg@berkeley.edu">
  <style>
  caption {
    border: 1em solid green;
  }
  </style>
</head>
<body>
  <table>
    <caption></caption>
  </table>
</body>
</html>