haikuwebkit/LayoutTests/fast/tokenizer/script-after-frameset.html

8 lines
183 B
HTML

<html>
<frameset>
</frameset>
<script>
// This tests that script elements following framesets aren't evaluated
alert('If this alert is shown, the test has failed.');
</script>
</html>