[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / tokenizer / script-after-frameset.html
1 <html>
2 <frameset>
3 </frameset>
4 <script>
5 // This tests that script elements following framesets aren't evaluated
6 alert('If this alert is shown, the test has failed.');
7 </script>
8 </html>