Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
write-while-waiting.html
blob: 08ef80929ff1b3fab9a23675d5b0e3b56851e359 [
file
] [
log
] [
blame
]
<html>
<body>
FAIL
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
setTimeout
(
"document.write('PASS');document.close();"
,
100
);
</script>
<script
src
=
"resources/script-slow1.pl"
></script>
</body>
</html>