chromium/third_party/blink/web_tests/fast/tokenizer/write-external-script-open.html

<body onload="test()">
FAILURE
<script>
if (window.testRunner) {
    testRunner.dumpAsText();
    testRunner.waitUntilDone();
}

function test()
{
    document.write("SUCCESS (1 of 2)<script src='resources/write-external-script-open.js'></scr" + "ipt>");
}
</script>
</body>