summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/http/tests/misc/iframe-invalid-source-crash.html
blob: d09782a374fa620715e82badaadaeb4aefdf07cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
    <script>
        if (window.testRunner)
            testRunner.dumpAsText();
    </script>
</head>
    <body>
        <iframe src="file:"></iframe>
        This tests that we don't crash if an iframe has an invalid source. 
        <div>SUCCESS - didn't crash</div>
    </body>
</html>