OLD | NEW |
1 <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="TEXT/HTML; CHARSET=utf8"> | 1 <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="TEXT/HTML; CHARSET=utf8"> |
2 <head> | 2 <head> |
3 <style> | 3 <style> |
| 4 body { overflow: hidden; } |
4 .testDiv { | 5 .testDiv { |
5 width: 180px; | 6 width: 180px; |
6 height: 20px; | 7 height: 20px; |
7 border: 1px solid black; | 8 border: 1px solid black; |
8 white-space: nowrap; | 9 white-space: nowrap; |
9 overflow: hidden; | 10 overflow: hidden; |
10 margin: 0 0 20px 0; | 11 margin: 0 0 20px 0; |
11 } | 12 } |
12 | 13 |
13 .forcertl { | 14 .forcertl { |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 </a> | 85 </a> |
85 </div> | 86 </div> |
86 | 87 |
87 LTR link with forced rtl content: | 88 LTR link with forced rtl content: |
88 <div class="testDiv ellipsis" dir=ltr> | 89 <div class="testDiv ellipsis" dir=ltr> |
89 <a href=#> | 90 <a href=#> |
90 <span class=forcertl dir=rtl> | 91 <span class=forcertl dir=rtl> |
91 Lorem ipsum dolor sit amet, consectetur adipiscing | 92 Lorem ipsum dolor sit amet, consectetur adipiscing |
92 </span> | 93 </span> |
93 </a> | 94 </a> |
94 </div> | 95 </div> |
OLD | NEW |