Sign in
webkit
/
WebKit
/
3d0b42cd8733f1288f0258cb4ec38a61fc1b4d9e
/
.
/
LayoutTests
/
fast
/
tokenizer
/
001.html
blob: d863966295eb084415dfebae6ad1dbe4ea725e71 [
file
] [
log
] [
blame
]
<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>