[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / table / table-cell-split.html
1 <!DOCTYPE html>\r
2 <html style="font-family: ahem; font-size: 50px; -webkit-font-smoothing: none;">\r
3 <body>\r
4 <script>\r
5 document.body.offsetTop;\r
6 test = document.createElement('div');\r
7 document.body.appendChild(test)\r
8 test.appendChild(document.createElement('td'));\r
9 td = document.createElement('td');\r
10 test.appendChild(td);\r
11 document.body.offsetTop;\r
12 test.insertBefore(document.createElement('div'), td);\r
13 </script>\r
14 </body>\r
15 </html>\r