summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-dom/insertCaptionsAndRows1-ref.html
blob: e7ec45d1426fbd92286d63993944a3f1205c3049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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>
</table>
</body>
</html>