summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/tokenizer/resources/external-script-document-write.js
blob: 9dc1d31c0bcb08173cc1977cd06397ca65b99412 (plain)
1
2
3
4
5
if (window.testRunner)
    testRunner.dumpAsText();

document.write('<span id="x"></span>');
document.write("This should be a span: " + document.getElementById('x'));