frame-default-enc-frame.html revision fd5c6425ce58eb75211be7718d5dee960842a37e
1<html>
2<head>
3<title>Frame</title>
4</head>
5<body>
6<script>
7    chs = document.inputEncoding;
8    if (!chs)
9        chs = document.charset;
10    if (!chs)
11        chs = document.characterSet;
12
13    parent.done(chs);
14</script>
15
16</body>
17</html>
18