Mypal/layout/reftests/bugs/542620-1.html
2019-03-11 13:26:37 +03:00

14 lines
280 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<table>
<col style="background: lime"></col>
<tr><td style="width:100px; height:100px;"></td></tr>
</table>
<table>
<colgroup style="background: lime"></colgroup>
<tr><td style="width:100px; height:100px;"></td></tr>
</table>
</body>
</html>