114d5dcf6fa3b3f97b688b0d6df1cfe1f2ea69da
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / text / international / text-overflow-ellipsis-bidi-expected.html
1 <!DOCTYPE html>
2 <html>
3     <head>
4         <style>
5             span {
6                 display: inline-block;
7                 font: menu;
8                 background: pink;
9                 position: absolute;
10                 top: 100px;
11                 border: 1px solid white;
12             }
13         </style>
14     </head>
15     <body>
16         <p>
17             Test that text directionality is taken into account when
18             sizing inlines with text-overflow ellipsis. None of the
19             boxes below should have ellipsis.
20         </p>
21         <span>&#x0627;&#x0628; &#x0627;&#x0628;</span>
22         <span>&#x0627;&#x0628;(&#x0627;&#x0628;)</span>
23         <span>AB&#x0627;&#x0628;|&#x0627;&#x0628;|CD</span>
24         <span>(&#x0627;&#x0628;)(&#x0627;&#x0628;)</span>
25     </body>
26 </html>