[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / viewport / viewport-112.html
1 <head>
2     <title>'.' and ':' are not separators</title>
3     <meta name="viewport" content=".=: width=400">
4     <script>
5         function test() {
6             if (window.layoutTestController) {
7                 layoutTestController.dumpAsText();
8                 layoutTestController.dumpConfigurationForViewport(160, 320, 480, 320, 352);
9             }
10         }
11     </script>
12 </head>
13 <body onload="test();">