Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/table-width/reftest.list
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<table border="1">
<colgroup width="20%"><col width="200"/><col/></colgroup>
<tr><td>width is 200</td><td>width is 20%</td></tr>
</table>
</body>
</html>