bmlk%gmx.de c2a9780647 adding testcases to layout regression tests, npob
git-svn-id: svn://10.0.0.236/trunk@184977 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-19 20:25:41 +00:00

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>