haikuwebkit/LayoutTests/fast/parser/script-tag-with-trailing-sl...

15 lines
247 B
HTML

<html>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<body>
You should not see the text "inside" the following script tag:
<script language="JavaScript" src=""/>
This is the text inside the script tag.
</body>
</html>