9 if (window
.testRunner
) {
10 testRunner
.dumpAsText();
11 testRunner
.waitUntilDone();
13 var b
= document
.getElementById('b');
14 document
.body
.innerHTML
= '';
15 setTimeout(function() {
16 if (window
.GCController
)
17 GCController
.collectAll();
18 document
.body
.appendChild(b
);
19 document
.body
.innerHTML
= 'PASS; no crash.';
20 if (window
.testRunner
)
21 testRunner
.notifyDone();