blob: 36ddf3f13623ca120041b7442c848a31d4c8a1ef [file] [log] [blame]
<iframe src="data:application/x-blink-test-plugin," id="f"></iframe>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.setCanOpenWindows(true);
testRunner.setCloseRemainingWindowsWhenComplete(true);
}
setTimeout(function() {
document.getElementById("f").contentWindow.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.