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

Unified 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, 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/block/child-with-auto-margin-rtl-body-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/block/child-with-auto-margin-rtl-body-expected.html b/third_party/WebKit/LayoutTests/fast/block/child-with-auto-margin-rtl-body-expected.html
index adb9062a53b7812ab2ce89bf5f1b51e33f8bc47d..a252fb32057208140b43a57e1d6837cdffa6410e 100644
--- a/third_party/WebKit/LayoutTests/fast/block/child-with-auto-margin-rtl-body-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/block/child-with-auto-margin-rtl-body-expected.html
@@ -5,6 +5,7 @@ body {
.outer {
height: 500px;
overflow: auto;
+ background: green;
}
.inner {
height: 1000px;

Powered by Google App Engine
This is Rietveld 408576698