Sign in
webkit
/
WebKit
/
ecbcd311b05ac239b92fcb2f58299787a062a338
/
.
/
LayoutTests
/
fast
/
encoding
/
resources
/
frame-default-enc-frame.html
blob: 8e928e3cd345800fd2833cbf251ca2ad1c24b989 [
file
] [
log
] [
blame
]
<html>
<head>
<title>
Frame
</title>
</head>
<body>
<script>
chs
=
document
.
inputEncoding
;
if
(!
chs
)
chs
=
document
.
charset
;
if
(!
chs
)
chs
=
document
.
characterSet
;
parent
.
done
(
chs
);
</script>
</body>
</html>