[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / writing-mode / vertical-baseline-alignment.html
1 <!DOCTYPE HTML>
2 <html style="-webkit-writing-mode: vertical-rl">
3 <head>
4 <title>Vertical Font Baseline Test</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6   
7 <style type="text/css">
8
9 body {  font-size:24px  }
10
11 .japanese { font-family: "HiraMinPro-W3"; }
12 .english { font-size:48px; text-transform:uppercase }
13
14
15 </style>
16 </head>
17 <body>
18
19 <p><span class="japanese">第一段落 </span><span class="english">Paragraph 1
20 <br>
21 More text. <span style="font-size:12px">Should not be centered.</span>
22 </span></p><p><span>第二段落 <span class="english">Paragraph 2
23 <img style="background-color:green; width:70px; height:30px;">
24 </span></span></p>
25
26 </body>
27 </html>