[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / viewport / viewport-129.html
1 <head>
2     <title>Check that number parsing stops at the first non-number characters and still uses the numeric prefix.</title>
3     <meta name="viewport" content="width=123x456">
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();">