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
/
write-inline-script-open.html
blob
fcd10606fb19c4c3845ded580a36ccddbde437a8
1
<body
onload
=
"test()"
>
2
FAILURE
3
<script>
4
if
(
window
.
testRunner
)
5
testRunner
.
dumpAsText
();
6
function
test
()
7
{
8
document
.
write
(
"SUCCESS (1 of 2)<script>document.open(); document.write('<br>SUCCESS (2 of 2)<br>');</scr"
+
"ipt>"
);
9
}
10
</script>
11
</body>