blob: 099ac7833d4aa64596c00f81cdaca78dbfebb07e [file] [log] [blame]
<iframe src="data:application/x-blink-test-plugin," id="f" onload="reload_iframe()"></iframe>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.setCanOpenWindows(true);
}
function done () {
if (window.testRunner)
testRunner.notifyDone();
}
function reload_iframe () {
const iframe = document.getElementById("f");
iframe.onload = done;
iframe.contentWindow.location.replace('data:application/x-blink-test-plugin,');
}
</script>
This test passes if it doesn't crash. To run manually, please disable your
popup blocker.