haikuwebkit/LayoutTests/fast/tokenizer/resources/external-script-document-wr...

6 lines
167 B
JavaScript

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