Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
tokenizer
/
resources
/
external-script-document-open.js
blob: 6a75d97f6f363ba95e0f3171470dff6cc55b0f9f [
file
] [
log
] [
blame
] [
edit
]
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
document
.
open
()
document
.
write
(
"SUCCESS (2 of 2)"
);