summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/mispositioned-meta.html
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/encoding/mispositioned-meta.html')
-rw-r--r--LayoutTests/fast/encoding/mispositioned-meta.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/LayoutTests/fast/encoding/mispositioned-meta.html b/LayoutTests/fast/encoding/mispositioned-meta.html
new file mode 100644
index 0000000..4eb0859
--- /dev/null
+++ b/LayoutTests/fast/encoding/mispositioned-meta.html
@@ -0,0 +1,22 @@
+<html>
+ <head>
+ <title>Гоблин, Goblin, сайт Гоблина</title>
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+ <script>
+ if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+ </script>
+ </head>
+ <meta http-equiv="Content-Type" content="text/html; charset=KOI8-R">
+ <body>
+ <p>This test checks if WebKit can find a charset defined in an HTTP-EQUIV meta after the HEAD.</p>
+ <p>The first letter should look like a Latin "C" here:</p>
+ <p>
+ Сайт Гоблина - Тупичок ст.о/у Гоблина (Goblin). Фильмы Гоблина. полный Пэ. Божья Искра.
+ </p>
+ </body>
+</html>
+<!--
+ See https://bugs.webkit.org/show_bug.cgi?id=3590
+ and https://bugzilla.mozilla.org/show_bug.cgi?id=98700
+ -->