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
/
document-close-iframe-load-partial-entity.html
blob
d495c348c638ce9303f06b98f59e9a3390f1cca7
1
<script>
2
if
(
window
.
testRunner
)
3
testRunner
.
dumpAsText
();
4
alert
(
'This test passes if the text "&g" appears below.'
);
5
</script>
6
This test passes if it doesn't crash.
7
<iframe
onload
=
"document.open();document.write('&g');document.close();"
>