blob: 9dc1d31c0bcb08173cc1977cd06397ca65b99412 [file] [log] [blame]
if (window.testRunner)
testRunner.dumpAsText();
document.write('<span id="x"></span>');
document.write("This should be a span: " + document.getElementById('x'));