blob: 34c462ebd848718805db05afc6c275c2c0260342 [file] [log] [blame]
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
var win = window.open('data:application/x-webkit-test-netscape,');
setTimeout(function() {
win.location.reload();
setTimeout(function() {
if (window.testRunner)
testRunner.notifyDone();
}, 100);
}, 100);
</script>
This test passes if it doesn't crash. To run manually, please disable your
popup blocker.