3 #floater { float: left }
8 Test anonymous boxes removal on style change. This should not crash or hang. Render tree dump should not gain additional anonymous boxes.
9 <div id=floater
></div><div></div></div>
12 var floater
= document
.getElementById("floater");
14 floater
.style
.float = "none";