Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
LayoutTests
/
fast
/
tokenizer
/
resources
/
external-script-document-write.js
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'
));