summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/loader/charset-parse.html
blob: a83998d2c3def35091cfc7c203c8a905a572352f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
    <head>
        <meta http-equiv="Content-Type" content=char>
        <meta http-equiv="Content-Type" content="chcharset=windows-1255" />
        <script>
        if (window.testRunner)
            testRunner.dumpAsText();
        </script>
    </head>
    <body>
    <p>This tests the parsing of charset in the meta tag.  The following should be a Hebrew word:</p>
    עברית
    </body>
</html>