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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
misc
/
write-while-waiting.html
blob
08ef80929ff1b3fab9a23675d5b0e3b56851e359
1
<html>
2
<body>
3
FAIL
4
<script>
5
if
(
window
.
testRunner
)
6
testRunner
.
dumpAsText
();
7
8
setTimeout
(
"document.write('PASS');document.close();"
,
100
);
9
</script>
10
<script
src
=
"resources/script-slow1.pl"
></script>
11
</body>
12
</html>