haikuwebkit/LayoutTests/fast/invalid/015.html

15 lines
172 B
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>