<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>
<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>