summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/tokenizer/resources/write-external-script-open.js
blob: 0fc34c3263b17c0da83c2de8ad1258f608c88640 (plain)
1
2
3
4
document.open();
document.write('<br>SUCCESS (2 of 2)<br>');
if (window.testRunner)
    testRunner.notifyDone();