repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
tokenizer
/
001.html
blob
d863966295eb084415dfebae6ad1dbe4ea725e71
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>
6