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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/block/child-with-auto-margin-rtl-body-expected.html

Issue 2358203002: Enable compositing of scrolling content on low-DPI when LCD text will be maintained (Closed)
Patch Set: Fix indent and a bad rebaseline. Created 4 years, 2 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
OLDNEW
1 <style> 1 <style>
2 body { 2 body {
3 direction: rtl; 3 direction: rtl;
4 } 4 }
5 .outer { 5 .outer {
6 height: 500px; 6 height: 500px;
7 overflow: auto; 7 overflow: auto;
8 background: green;
8 } 9 }
9 .inner { 10 .inner {
10 height: 1000px; 11 height: 1000px;
11 background: green; 12 background: green;
12 } 13 }
13 </style> 14 </style>
14 <div class="outer"> 15 <div class="outer">
15 <div class="inner"> 16 <div class="inner">
16 </div> 17 </div>
17 </div> 18 </div>
18 <p>crbug.com/541574: Calculate the correct left offset for children in an rtl co ntext. There should be no red.</p> 19 <p>crbug.com/541574: Calculate the correct left offset for children in an rtl co ntext. There should be no red.</p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698