blob: 2dcc16a02a9d7accc90e3cd4dc553df98a029608 [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.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.dumpChildFramesAsText();
layoutTestController.waitUntilDone();
}
</script>