RetroZilla/layout/html/tests/table/bugs/bug18558.html

13 lines
272 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>