summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/high-bit-latin1.html
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/encoding/high-bit-latin1.html')
-rw-r--r--LayoutTests/fast/encoding/high-bit-latin1.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/LayoutTests/fast/encoding/high-bit-latin1.html b/LayoutTests/fast/encoding/high-bit-latin1.html
new file mode 100644
index 0000000..ba8e6d6
--- /dev/null
+++ b/LayoutTests/fast/encoding/high-bit-latin1.html
@@ -0,0 +1,18 @@
+<html>
+<head>
+ <title></title>
+</head>
+<body>
+ <p>
+ Test Latin-1 conversion to String
+ </p>
+ <a id="t" à></a>
+ <p>
+ <script type="text/javascript">
+ if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+ document.write(document.getElementById("t").attributes[1].name == "\u00e0" ? "PASS" : "FAIL");
+ </script>
+ </p>
+</body>
+</html>