blob: d4abab287402912a3041e2eb740a745792cd2b5e [file] [log] [blame]
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
</script>
This tests that bad attribute syntax doesn't mistakenly trigger the self-closing script quirk.
<script type"text/javascript">
var thisShouldNotShowUp;
</script>