repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
misc
/
iframe-invalid-source-crash.html
blob
d09782a374fa620715e82badaadaeb4aefdf07cf
1
<html>
2
<head>
3
<script>
4
if
(
window
.
testRunner
)
5
testRunner
.
dumpAsText
();
6
</script>
7
</head>
8
<body>
9
<iframe
src
=
"file:"
></iframe>
10
This tests that we don't crash if an iframe has an invalid source.
11
<div>
SUCCESS - didn't crash
</div>
12
</body>
13
</html>