summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/floraexpress-ru.html
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/encoding/floraexpress-ru.html')
-rw-r--r--LayoutTests/fast/encoding/floraexpress-ru.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/LayoutTests/fast/encoding/floraexpress-ru.html b/LayoutTests/fast/encoding/floraexpress-ru.html
new file mode 100644
index 0000000..8004ef7
--- /dev/null
+++ b/LayoutTests/fast/encoding/floraexpress-ru.html
@@ -0,0 +1,26 @@
+<input type=hidden name=test value=''><input type=hidden name=test1 value=''><input type=hidden name=test value=''><input type=hidden name=test1 value=''>
+<html>
+<head>
+<title>Floraexpress - заказ и доставка цветов по Миру, международная доставка цветов, заказ и доставка букетов</title>
+<title>Заказ цветов и доставка букетов цветов по всему миру - Floraexpress - международная доставка цветов</title>
+
+<meta http-equiv=Content-Type content="text/html; charset=windows-1251">
+</head>
+<body bgcolor=#F5F5EF text="#313131" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
+</head>
+<body>
+
+<p>Test a particular example of broken markup that was making us ignore a charset declaration.</p>
+<script>
+ if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+
+ var charset = document.characterSet;
+ if (!charset)
+ charset = document.charset;
+ if (!charset)
+ charset = document.inputEncoding;
+ document.write("Encoding: " + charset + " (should be windows-1251)");
+</script>
+</body>
+</html>