[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / text / dirty-inline-textbox-crash.html
1 <html>\r
2     <head>\r
3         <style>\r
4             .box\r
5             {\r
6                 display: run-in; \r
7                 -webkit-padding-start: 10000;\r
8             }\r
9         </style>\r
10     </head>\r
11     <body>\r
12         <div class="box">PASS</div>\r
13         <div class="box"></div>\r
14         <div class="box"></div>\r
15         <div></div>\r
16         <script>\r
17             if (window.layoutTestController)\r
18                 layoutTestController.dumpAsText();\r
19         </script>\r
20     </body>\r
21 </html>\r