Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!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>