tenfourfox/layout/reftests/bugs/645768-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

13 lines
295 B
HTML

<!-- This test needs to be in quirks mode -->
<body style="display: none; color: green">
<div style="color: red">
<table>
<tr><td>This should be green</td></tr>
</table>
</div>
<script>
document.body.offsetWidth;
document.body.style.display = "";
</script>
</body>