Sign in
chromium
/
external
/
Webkit
/
master
/
.
/
LayoutTests
/
fast
/
encoding
/
external-script-charset.js
blob: bf7a2a4976ec0ec13955950d8d119e701ef0a041 [
file
]
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
document
.
getElementById
(
"result1"
).
innerHTML
+=
(
"Я"
==
"\u042F"
)
?
"PASS"
:
"FAIL"
;