Sign in
webkit
/
WebKit
/
4ae349a8f8cbe5c18f6b8f2f24277ba5b8cf7e08
/
.
/
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>