chromium/third_party/blink/web_tests/fast/invalid/015.html

<html>
<body>
<script/>
This text should show up.

<script foo="foo" />
This text should also show up.

<script foo="foo"/>
This text should show up too.


</body>
</html>