summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/noscript-in-head.html
blob: bd8acd2990fbe9e31199e8752b2b3c8f1d02ce62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>