[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / table / caption-between-column-group-and-column-expected.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5     table {
6         border-spacing: 0px;
7     }
8     th {
9         padding: 0px;
10         width: 100px;
11         height: 100px;
12         background-color: green;
13     }
14 </style>
15 </head>
16 <body>
17 <p><a href="http://webkit.org/b/87051">87051</a>: Centralize and clean-up table column iteration</p>
18 <p>This test passes if you see 3 rectangles below: green - purple - green (in this order, left to right).</p>
19 <table>
20     <tbody>
21         <tr>
22             <th></th>
23             <th style="background-color: purple"></th>
24             <th></th>
25         </tr>
26     </tbody>
27 </table>
28 </body>
29 </html>