| <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> |