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

Side by Side Diff: LayoutTests/fast/css/text-overflow-ellipsis-strict.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 <meta charset="utf-8"> 3 <meta charset="utf-8">
4 <style> 4 <style>
5 body { overflow: hidden; }
5 .testDiv { 6 .testDiv {
6 width: 180px; 7 width: 180px;
7 height: 20px; 8 height: 20px;
8 border: 1px solid black; 9 border: 1px solid black;
9 white-space: nowrap; 10 white-space: nowrap;
10 overflow: hidden; 11 overflow: hidden;
11 margin: 0 0 20px 0; 12 margin: 0 0 20px 0;
12 } 13 }
13 14
14 .forcertl { 15 .forcertl {
(...skipping 69 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
« no previous file with comments | « LayoutTests/fast/css/text-overflow-ellipsis.html ('k') | LayoutTests/fast/css/word-space-extra.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698