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
/
badscript.html
blob
e47854b6dd4ff1b8c8b02fe32e62faf5cece15c1
1
<script>
2
if
(
window
.
testRunner
)
3
testRunner
.
dumpAsText
();
4
</script>
5
This tests that bad attribute syntax doesn't mistakenly trigger the self-closing script quirk.
6
<script
type
"text/javascript"
>
7
var thisShouldNotShowUp;
8
</script>
9