summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-dom/insertCaptionsAndRows3-ref.html
blob: 213d413066f35f2bc02a45bdf11bd25aee1da4bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>

<style>
 caption { color: green }
</style>

</head>
<body>
<table id="table">
<tbody><tr><td>a new row 1</td></tr></tbody>
<caption>this is the caption</caption>
<tbody><tr><td>a new row 2</td></tr></tbody>
<caption>this is a caption that you shouldn't see</caption>
<tbody><tr><td>a row</td></tr></tbody>
</table>
</body>
</html>