haikuwebkit/LayoutTests/fast/tokenizer/001.html

7 lines
220 B
HTML

<script>
document.write ('<script src="nonexistent.js"></scr' + 'ipt><div ');
document.write ('style="width: 100; height: 100; background-color: red"></div>');
</script>
<p>there should be a red box above this text</p>