Sign in
webkit
/
WebKit
/
5a6c4ef48f082f6d4012f3059cb32543210ec77e
/
.
/
LayoutTests
/
tables
/
mozilla_expected_failures
/
bugs
/
bug1262.html
blob: 433b990e6a8ad276679ebeb7dbb4ad6f5ed5d23b [
file
] [
log
] [
blame
]
<html>
<body>
1
<table
border
=
1
width
=
"100%"
>
<tr><td></td></tr>
</table>
2
<br>
3
<table
border
=
1
width
=
"100%"
>
<tr></tr>
</table>
4
</body>
</html>