Sign in
webkit
/
WebKit
/
4e39bb20933f6eec9f6f7671f12ea2de29ac4272
/
.
/
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>