blob: 5f117421b5e63ca7087feaa52aa586793bcf27f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<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>
|