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
/
document-write-noscript.html
blob
b613b3d8b5b49fa27efa4f4681f0bc8a125464f2
1
<html>
2
<body>
3
<script>
4
if
(
window
.
testRunner
)
5
testRunner
.
dumpAsText
();
6
</script>
7
Should not say FAIL:
8
<script
src
=
"data:text/javascript,document.write('<script>');document.write('</script><noscript>');document.write('<div>FAIL</div>');document.write('</noscript>');"
>
</script>
9
</body>
10
</html>