blob: 5f117421b5e63ca7087feaa52aa586793bcf27f1 [file] [log] [blame]
<p>
This page tests whether loading a javascript: URL into an iframe while the
iframe is calling a JavaScript function causes a crash.
</p>
<iframe src="resources/javascript-url-crash-function-iframe.html"></iframe>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
testRunner.waitUntilDone();
}
</script>