Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/active-script-webidl-callbacks
/
.
/
html
/
semantics
/
scripting-1
/
the-script-element
/
external-script-windows1250.js
blob: 50de6932ba25bf02d8142688d9fec8fc30d83360 [
file
] [
log
] [
blame
] [
edit
]
(
function
()
{
window
.
getSomeString
=
function
()
{
return
"湿"
;
//<- these are five Polish letters, similar to scazz. It can be read correctly only with windows 1250 encoding.
};
})();