1
0
Fork 0
firefox/layout/reftests/table-background/table-col-span-1-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

15 lines
268 B
HTML

<!DOCTYPE html>
<html>
<body>
<table border>
<col style="background:purple"></col>
<col style="background:purple"></col>
<col style="background:blue"></col>
<tr>
<td>x</td>
<td>y</td>
<td>z</td>
</tr>
</table>
</body>
</html>