Sign in
chromium
/
chromium
/
src.git
/
56.0.2923.0
/
.
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
encoding
/
external-script-charset-koi-8.js
blob: 5af84de1c011651d5e6b5171ce7e5375a90ebc26 [
file
] [
log
] [
blame
]
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
document
.
getElementById
(
"result"
).
textContent
=
(
"รณ"
==
"\u0421"
)
?
"PASS"
:
"FAIL"
;