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

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