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
/
parser
/
cached-script-document-write.html
blob
28ea5834acf9f3a5789a56d77ee532554e7a1951
1
<!DOCTYPE
html
>
2
<body>
3
<script
src
=
"resources/cached-script-document-write.js"
></script>
4
<script>
5
if
(
window
.
testRunner
)
6
testRunner
.
dumpAsText
();
7
window
.
isTestScriptCached
=
true
;
8
document
.
write
(
"<script src='resources/cached-script-document-write.js'></"
+
"script>"
);
9
</script>
10
</body>