summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/tokenizer/write-inline-script-open.html
blob: 83d5b679066df5289b46e768604ea27aed10eb63 (plain)
1
2
3
4
5
6
7
8
9
10
11
<body onload="test()">
FAILURE
<script>
if (window.layoutTestController)
    layoutTestController.dumpAsText();
function test()
{
    document.write("SUCCESS (1 of 2)<script>document.open(); document.write('<br>SUCCESS (2 of 2)<br>');</scr" + "ipt>");
}
</script>
</body>