Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/1263845.html

16 lines
363 B
HTML
Raw Normal View History

<!DOCTYPE html>
<div id="wrap" style="height: 200px; background: yellow">
<table style="height: 100%; background: purple">
<tr>
<td>
This is some text
</td>
</tr>
</table>
</div>
<script>
// Make sure we do a layout at the 200px height.
document.body.offsetWidth;
document.getElementById("wrap").style.height = "";
</script>