13 <p>crbug.com/
487775: There should be a green square to the right (and no assertion failures).
</p>
15 <div id=
"firstChild" style=
"display:inline-block; width:100px;"></div>
16 <div style=
"display:inline-block; width:100%; height:100px;"></div>
17 <div style=
"float:right;">
18 <div id=
"elm" style=
"width:100px; height:10px; background:green;"></div>
23 document
.body
.offsetTop
;
24 document
.getElementById("elm").style
.height
= "100px";
25 document
.getElementById("firstChild").style
.width
= "101px";