Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
parser
/
document-write-onload-clear.html
blob: 97a9531fe0550db123ea580105df5fab373bf3e9 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<iframe onload="document.write('
<p>
FAIL<iframe onload="document.write(\'
<p>
\')">
</iframe><script>
document
.
body
.
innerHTML
=
\'PASS\'
;
</script>
');document.close();">
</iframe>