Sign in
webkit
/
WebKit
/
2b71a063dee544906d04b3c4fb19abae128a0dfd
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
frame-default-enc-frame.html
blob: 5cd955a550da94cf6cbd5f7a0705b99e70ebaa87 [
file
] [
log
] [
blame
]
<html>
<head>
<title>
Frame
</title>
</head>
<body>
<script>
chs
=
document
.
inputEncoding
;
if
(!
chs
)
chs
=
document
.
charset
;
if
(!
chs
)
chs
=
document
.
characterSet
;
alert
(
chs
);
</script>
</body>
</html>