chromium/third_party/blink/web_tests/fast/parser/script-tag-with-trailing-slash.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>