Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/generated-content/table-ignoring-whitespace-01-ref.html

27 lines
651 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
div { border:1px solid green; margin:5px; }
</style>
</head>
<body>
<div>
<table><tbody><tr><td>Cell0</td><td></td></tr>
<tr><td>Cell1</td><td>Cell2</td></tr></tbody></table>
</div>
<div>
<table><tbody><tr><td></td><td>Cell0</td></tr>
<tr><td>Cell1</td><td>Cell2</td></tr></tbody></table>
</div>
<div>
<table><tbody><tr><td></td><td>Cell0</td></tr>
<tr><td>Cell1</td><td>Cell2</td></tr></tbody></table>
</div>
<div>
<table><tbody><tr><td></td><td>Cell0</td></tr>
<tr><td>Cell1</td><td>Cell2</td></tr></tbody></table>
</div>
</body>
</html>