[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / loader / charset-parse.html
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.layoutTestController)
7             layoutTestController.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>