Sign in
webkit
/
WebKit
/
827d8d85df2265cb42dbb614ee23888d063fb795
/
.
/
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>