Sign in
ara-mdk
/
platform
/
external
/
webkit
/
b6cb93cfb62e26168298b6f6e606af379350b064
/
.
/
LayoutTests
/
fast
/
encoding
/
external-script-charset.js
blob: a8306cb65c115ead10545c9fc9341c5ccb709d46 [
file
] [
log
] [
blame
]
if
(
window
.
layoutTestController
)
layoutTestController
.
dumpAsText
();
document
.
getElementById
(
"result1"
).
innerHTML
+=
(
"Я"
==
"\u042F"
)
?
"PASS"
:
"FAIL"
;