4 if (window
.testRunner
) {
5 testRunner
.setCanOpenWindows();
6 testRunner
.dumpAsText();
7 testRunner
.waitUntilDone();
11 var p
= w
.navigator
.mimeTypes
.item(0);
14 p
= w
.navigator
.mimeTypes
.item(0);
15 w
.navigator
.plugins
.refresh();
19 setTimeout(function(){
21 if (window
.testRunner
)
22 testRunner
.notifyDone();
23 }, 50); // Pause is necessary for the page to get freed
28 If the page does not trigger a crash the test passed.