summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/charset-koi8-u.html
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/encoding/charset-koi8-u.html')
-rw-r--r--LayoutTests/fast/encoding/charset-koi8-u.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/LayoutTests/fast/encoding/charset-koi8-u.html b/LayoutTests/fast/encoding/charset-koi8-u.html
new file mode 100644
index 0000000..b7c78b1
--- /dev/null
+++ b/LayoutTests/fast/encoding/charset-koi8-u.html
@@ -0,0 +1,15 @@
+<html>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=KOI8-U">
+<title>KOI8-U</title>
+</head>
+<body>
+<script>
+if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+</script>
+<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=4195"> bug 4195</a> -
+REGRESSION: KOI8-U encoding no longer supported.</p>
+<p>The test passes if these two letters look inverted along the vertical axis: "ü´"</p>
+</body>
+</html>