Sign in
webkit
/
WebKit
/
84c082c1adc8c505a644dc9092e891f52c30e8c0
/
.
/
LayoutTests
/
fast
/
tokenizer
/
badscript.html
blob: e47854b6dd4ff1b8c8b02fe32e62faf5cece15c1 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
This tests that bad attribute syntax doesn't mistakenly trigger the self-closing script quirk.
<script
type
"text/javascript"
>
var
thisShouldNotShowUp
;
</script>