13 <script src=
"resources/autosizingTest.js"></script>
16 Test for crbug.com/
375439: this test passes if it does not crash.
<br>
21 <div id=
"div">hello
</div>
27 if (window
.testRunner
)
28 testRunner
.waitUntilDone();
30 window
.requestAnimationFrame(function () {
31 var node
= document
.getElementById('div');
32 node
.parentNode
.removeChild(node
);
33 var forceLayout
= document
.body
.offsetTop
;
35 if (window
.testRunner
) {
36 testRunner
.dumpAsText();
37 testRunner
.notifyDone();