summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/resources/frame-default-enc-frame.html
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/encoding/resources/frame-default-enc-frame.html')
-rw-r--r--LayoutTests/fast/encoding/resources/frame-default-enc-frame.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/LayoutTests/fast/encoding/resources/frame-default-enc-frame.html b/LayoutTests/fast/encoding/resources/frame-default-enc-frame.html
new file mode 100644
index 0000000..8e928e3
--- /dev/null
+++ b/LayoutTests/fast/encoding/resources/frame-default-enc-frame.html
@@ -0,0 +1,17 @@
+<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>