2 if (window
.testRunner
) {
3 testRunner
.dumpAsText();
4 testRunner
.waitUntilDone();
5 testRunner
.setCanOpenWindows(true);
6 testRunner
.setCloseRemainingWindowsWhenComplete(true);
9 var win
= window
.open('data:application/x-webkit-test-netscape,');
10 setTimeout(function() {
11 win
.location
.reload();
12 setTimeout(function() {
13 if (window
.testRunner
)
14 testRunner
.notifyDone();
18 This test passes if it doesn't crash. To run manually, please disable your