summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/tokenizer/badscript.html
blob: e47854b6dd4ff1b8c8b02fe32e62faf5cece15c1 (plain)
1
2
3
4
5
6
7
8
9
<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>