summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/tokenizer/write-external-script-open.html
blob: 9c968dbb0034c2cf5d90312f26bf721f7df744bb (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 src='resources/write-external-script-open.js'></scr" + "ipt>");
}
</script>
</body>