blob: 857a12e728fe5a9c76bc5dd40d075aa09f68de82 [file] [edit]
<!-- webkit-test-runner [ BlocksInInlineLayoutEnabled=true ] -->
<style>
#change_this {
width: 20px;
height: 20px;
background-color: green;
}
</style>
<span>
span start
<div id=change_this></div>
span end
</span>
<script>
document.body.offsetHeight;
change_this.style.position = "fixed";
</script>