Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / tokenizer / badscript.html
blobe47854b6dd4ff1b8c8b02fe32e62faf5cece15c1
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>