Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / tokenizer / 001.html
blobd863966295eb084415dfebae6ad1dbe4ea725e71
1 <script>
2 document.write ('<script src="nonexistent.js"></scr' + 'ipt><div ');
3 document.write ('style="width: 100; height: 100; background-color: red"></div>');
4 </script>
5 <p>there should be a red box above this text</p>