haikuwebkit/LayoutTests/tables/mozilla/bugs/bug18558.html

13 lines
272 B
HTML

<html>
<body bgcolor="#c0c0c0">
<script>
document.write('<table border=4><tr><td width="100%"><table border=5><tr><td>This is');
</script>
<script>
document.write('cell 1</td></tr></table></td><td>Hello world! Hello world!</td></tr></table>');
</script>
</body>
</html>