summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/tokenizer/resources/external-script-document-open.js
blob: 6a75d97f6f363ba95e0f3171470dff6cc55b0f9f (plain)
1
2
3
4
if (window.testRunner)
    testRunner.dumpAsText();
document.open()
document.write("SUCCESS (2 of 2)");