gecko/layout/html/tests/table/bugs/bug286137.html

12 lines
276 B
HTML

<html><head>
<title>Testcase2 bug 286137 -vanishing content</title>
<script>
function doe(){
document.getElementsByTagName('tbody')[0].style.display='table-caption';
}
</script>
</head>
<body onload="doe()">
<table><tbody><tr><td>foo</td></tr></tbody></table>
</body>
</html>