[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / table / 035-vertical.html
1 <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
2         "http://www.w3.org/TR/html4/loose.dtd">
3 <html><body style="-webkit-writing-mode: vertical-rl;">
4
5 This test should have two centered tables and two centered divs.
6
7 <table align="center" border=1 cellspacing=0 cellpadding=0>
8 <tr><td>This table is aligned "center"</td></tr>
9 </table>
10
11 <table align="CENTER" border=1 cellspacing=0 cellpadding=0>
12 <tr><td>This table is aligned "CENTER"</td></tr>
13 </table>
14
15 <div align="center">This div is aligned "center"</div>
16 <div align="CENTER">This div is aligned "CENTER"</div>
17
18 </body></html>