Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / charset-parse.html
bloba83998d2c3def35091cfc7c203c8a905a572352f
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content=char>
4 <meta http-equiv="Content-Type" content="chcharset=windows-1255" />
5 <script>
6 if (window.testRunner)
7 testRunner.dumpAsText();
8 </script>
9 </head>
10 <body>
11 <p>This tests the parsing of charset in the meta tag. The following should be a Hebrew word:</p>
12 òáøéú
13 </body>
14 </html>