Sign in
webkit
/
WebKit
/
e27614df2f37ba9cd62de8344bb8d5b7377411af
/
.
/
LayoutTests
/
fast
/
tokenizer
/
write-inline-script-open.html
blob: fcd10606fb19c4c3845ded580a36ccddbde437a8 [
file
] [
log
] [
blame
]
<body
onload
=
"
test
()
"
>
FAILURE
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
function
test
()
{
document
.
write
(
"SUCCESS (1 of 2)<script>document.open(); document.write('<br>SUCCESS (2 of 2)<br>');</scr"
+
"ipt>"
);
}
</script>
</body>