Sign in
webkit
/
WebKit
/
2b71a063dee544906d04b3c4fb19abae128a0dfd
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
iframe-invalid-source-crash.html
blob: d09782a374fa620715e82badaadaeb4aefdf07cf [
file
] [
log
] [
blame
]
<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>