blob: 8572b724c2ce17827fa48e1345074cfde8f871e9 [file] [edit]
<style>
#changeThis {
white-space: normal;
}
</style>
PASS if there's a wide (vertical) blank space between this
<div id=changeThis>
<span></span></div>
and this.
<script>
document.body.offsetHeight;
changeThis.style.whiteSpace = "pre";
</script>