blob: fcd10606fb19c4c3845ded580a36ccddbde437a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<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>
|