1
0
Fork 0
firefox/layout/reftests/table-dom/insertColgroupAndRowgroup-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

17 lines
291 B
HTML

<html>
<head>
<style>
colgroup#s { width: 200px; }
</style>
</head>
<body>
<table border="1">
<colgroup></colgroup>
<colgroup id="s"></colgroup>
<tbody><tr><td>cell 1,1</td><td>cell 1,2</td></tr></tbody>
<tbody><tr><td>cell 2,1</td><td>cell 2,2</td></tr></tbody>
</table>
</body>
</html>