[WK2] selection does not disappear after coping the text
[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