haikuwebkit/LayoutTests/fast/encoding/noscript-in-head.html

18 lines
522 B
HTML

<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.testRunner)
testRunner.dumpAsText();
</script>
</body>
</html>