mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
276 B
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> |