tenfourfox/layout/reftests/table-dom/insertCaptionsAndRows1-ref.html

17 lines
247 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<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>