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
/
fast
/
parser
/
iframe-onload-document-close-with-external-script-3.html
blob
570e1b2540027486a371a1b2fda4a9b51aab87f1
1
<script>
2
if
(
window
.
testRunner
)
3
testRunner
.
dumpAsText
();
4
</script>
5
<script
src
=
"non-existent.js"
></script>
6
<iframe
onload
=
"document.write('This test passes if it does not crash'); document.close();"
></iframe>