mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
12 lines
249 B
HTML
12 lines
249 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body onload="document.getElementById('c1').style.display = '';">
|
|
<table border="1">
|
|
<colgroup>
|
|
<col id="c1" width="200" style="display: block">
|
|
</colgroup>
|
|
<tr><td>Foo</tr></td>
|
|
</table>
|
|
</body>
|
|
</html>
|