Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Side by Side Diff: LayoutTests/fast/css/text-overflow-ellipsis.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698