[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / inline / inline-box-background-repeat-x.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml" lang="en-GB"><head>
3
4    
5       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6       <style type="text/css">
7         h1 {
8             color: #990000;
9         }
10         .panel {
11             display: block;
12             width: 306px;            
13             background: #ddd;
14             float: left;
15             margin-right: 14px;
16             padding: 6px;
17         }
18         hr {
19             display: block;
20             clear: both;
21             margin: 16px 0;
22         }
23         .rtl {
24             direction: rtl;
25         }
26         
27         
28         .ltr a,
29         .ltr p {
30             padding-left: 22px;
31             background: #ddd url(resources/checker.png) repeat-x scroll top left;            
32         }
33         .rtl a,
34         .rtl p {            
35             padding-right: 22px;
36             background: #ddd url(resources/checker.png) repeat-x scroll top right;
37         }         
38       </style>
39    </head><body>
40         <h1>Webkit background image positioning on RTL text</h1>
41         <h2>Behaviour within &lt;p&gt; tag</h2>
42         <div class="panel ltr">
43             <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. 
44 Nam mollis, elit eu vulputate ornare, est urna congue felis, id auctor 
45 arcu odio imperdiet nulla. Cras viverra interdum diam blandit 
46 adipiscing. Aliquam erat felis, iaculis sit amet rhoncus quis, 
47 condimentum at nisl. Duis malesuada quam vel augue hendrerit porta. 
48 Nulla vitae elementum mauris.</p>             
49         </div>
50         
51         <div class="panel rtl">
52             <p>
53             הובלת דירות בכל הארץ שירות, איכות ומחירים ללא תחרות הובלת דירות בכל הארץ שירות, איכות ומחירים ללא תחרות הובלת דירות בכל הארץ שירות, איכות ומחירים ללא תחרות הובלת דירות בכל הארץ שירות, איכות ומחירים ללא תחרות הובלת דירות בכל הארץ שירות, איכות ומחירים ללא תחרות
54             
55             </p>
56         </div>    
57         
58         <hr>
59           
60         <h2>Behaviour within &lt;a&gt; tag</h2>          
61         <div class="panel ltr">
62             <a href="#">Lorem ipsum dolor sit amet, consectetur 
63 adipiscing elit. Nam mollis, elit eu vulputate ornare, est urna congue 
64 felis, id auctor arcu odio imperdiet nulla. Cras viverra interdum diam 
65 blandit adipiscing. Aliquam erat felis, iaculis sit amet rhoncus quis, 
66 condimentum at nisl. Duis malesuada quam vel augue hendrerit porta. 
67 Nulla vitae elementum mauris.</a>             
68         </div>
69         
70         <div class="panel rtl">            
71             <a href="#">
72                         הובלת דירות בכל הארץ שירות, איכות ומחירים ללא תחרות הובלת דירות בכל הארץ שירות, איכות ומחירים ללא תחרות הובלת דירות בכל הארץ שירות, איכות ומחירים ללא תחרות הובלת דירות בכל הארץ שירות, איכות ומחירים ללא תחרות הובלת דירות בכל הארץ שירות, איכות ומחירים ללא תחרות
73             
74             </a>            
75         </div>
76                  
77    </body></html>