summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/loader/javascript-url-iframe-crash.html
blob: 4bdb972d7dce82bd9e2de5a1f55e2beabbd9d1f7 (plain)
1
2
3
4
5
6
7
8
9
<iframe src="javascript:''"></iframe>
<a><summary><pre><pre><pre><pre><pre><iframe src="javascript:''"></iframe>

<a>
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
This test passes if it doesn't crash.