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
/
fast
/
tokenizer
/
flush-characters-in-document-write.html
blob
889552bdf68202f44d927755a2032a796944c0f4
1
<head>
2
<script>
3
if
(
window
.
testRunner
) {
4
testRunner
.
dumpAsText
();
5
testRunner
.
waitUntilDone
();
6
}
7
8
function
test
() {
9
document
.
write
(
"Should say SUCCESS:<p>SUCCESS"
);
10
11
setTimeout
(
"testRunner.notifyDone()"
,
1
);
12
}
13
</script>
14
</head>
15
<body
onload
=
"test()"
>
16
</body>