summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/meta-charset.html
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/encoding/meta-charset.html')
-rw-r--r--LayoutTests/fast/encoding/meta-charset.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/LayoutTests/fast/encoding/meta-charset.html b/LayoutTests/fast/encoding/meta-charset.html
new file mode 100644
index 0000000..fe12f21
--- /dev/null
+++ b/LayoutTests/fast/encoding/meta-charset.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset=windows-1255>
+</HEAD>
+<BODY>
+<p>Should see Hebrew letter Aleph twice: à&#1488;</p>
+<script>
+if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+
+document.write(document.inputEncoding);
+</script>
+</BODY>
+</HTML>