[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.24
[framework/web/webkit-efl.git] / LayoutTests / fast / tokenizer / badscript.html
1 <script>
2 if (window.layoutTestController)
3     layoutTestController.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