Sign in
webkit
/
WebKit
/
5f5a6028c605b8bc5246a393ce77092d8a58a57f
/
.
/
LayoutTests
/
tables
/
mozilla
/
bugs
/
bug29058-1.html
blob: 487aa7e246e606e3a6430e4b6e17c4fd8e05009b [
file
] [
log
] [
blame
]
<html>
<body>
<table
width
=
"100%"
border
=
"1"
>
<colgroup>
<col
width
=
"25"
>
<col
width
=
"10%"
>
<col
width
=
"1*"
>
</colgroup>
<tr>
<td>
Test
</td>
<td>
Test
</td>
<td>
Test
</td>
</tr>
</table>
</body>
</html>