Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
LayoutTests
/
fast
/
parser
/
document-close-iframe-load-partial-entity.html
blob: d495c348c638ce9303f06b98f59e9a3390f1cca7 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
alert
(
'This test passes if the text "&g" appears below.'
);
</script>
This test passes if it doesn't crash.
<iframe
onload
=
"
document
.
open
();
document
.
write
(
'&g'
);
document
.
close
();
"
>