3 if (window
.testRunner
) {
4 testRunner
.dumpAsText();
5 testRunner
.waitUntilDone();
7 window
.onload = function() {
8 var el
= document
.getElementsByTagName("iframe")[0];
9 window
.frames
[0].requestAnimationFrame(function() {
10 el
.parentNode
.removeChild(el
);
12 window
.frames
[1].requestAnimationFrame(function() {
15 if (window
.testRunner
) {
16 window
.setTimeout(function() {
17 testRunner
.notifyDone();
22 Test passes is there is no crash.