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

17 lines
205 B
HTML

<title>Test</title>
<style type="text/css">
table { border-collapse: collapse; }
</style>
<body>
<table border>
<tbody id="mytable">
</tbody>
</table>
<script type="text/javascript">
</script>
</body>