[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / table / fixed-table-with-percent-inside-percent-table.html
1 <html>\r
2     <table style="width:100%; background-color:red"><tr><td>\r
3 \r
4         <tr><td>\r
5 \r
6             <table style="width:100%; background-color:green; table-layout:fixed"><tr><td>\r
7                 Content\r
8             </td></tr></table>\r
9 \r
10         </td></tr>\r
11 \r
12     </td></tr></table>\r
13 </html>