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
);
13 if (window
.testRunner
) {
14 window
.setTimeout(function() {
15 testRunner
.notifyDone();
20 Test passes is there is no crash.