summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/noscript-in-head.html
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/encoding/noscript-in-head.html')
-rw-r--r--LayoutTests/fast/encoding/noscript-in-head.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/LayoutTests/fast/encoding/noscript-in-head.html b/LayoutTests/fast/encoding/noscript-in-head.html
new file mode 100644
index 0000000..bd8acd2
--- /dev/null
+++ b/LayoutTests/fast/encoding/noscript-in-head.html
@@ -0,0 +1,17 @@
+<script language=javascript>
+</script><noscript><img src=about:blank><table></table><p></p></noscript><html>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=big5">
+</head><body>
+<p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=12389">bug 12389</a>:
+Chinese decoding error at hk.antispam.yahoo.com</p>
+<p>You should see two identical lines below:</p>
+<p>¶®ªê­»´ä</p>
+<p>&#38597;&#34382;&#39321;&#28207;</p>
+
+<script>
+if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+</script>
+</body>
+</html>