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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/compositing/overflow/selection-gaps-toggling-with-scrolling-contents-expected.txt

Issue 2264663002: Paint solid color backgrounds which are equivalent to locally attached into scrolling contents layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scrollcontent-paint-bg
Patch Set: Add test and only skip local equivalence if outline enters padding-box Created 4 years, 4 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/platform/mac/compositing/overflow/selection-gaps-toggling-with-scrolling-contents-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/compositing/overflow/selection-gaps-toggling-with-scrolling-contents-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/compositing/overflow/selection-gaps-toggling-with-scrolling-contents-expected.txt
index 5dc67d4d9fd71a0826df0b1ddd8a5c1714984759..c8827c324ef774555c49401c20888ec3fff107f3 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/compositing/overflow/selection-gaps-toggling-with-scrolling-contents-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/compositing/overflow/selection-gaps-toggling-with-scrolling-contents-expected.txt
@@ -167,7 +167,6 @@ Lorem Ipsum
"name": "LayoutBlockFlow DIV id='container'",
"position": [8, 80],
"bounds": [300, 500],
- "contentsOpaque": true,
"shouldFlattenTransform": false,
"drawsContent": true,
"backgroundColor": "#0000FF",
@@ -180,6 +179,7 @@ Lorem Ipsum
{
"name": "Scrolling Contents Layer",
"bounds": [285, 665],
+ "contentsOpaque": true,
"drawsContent": true
}
]
@@ -310,7 +310,6 @@ Lorem Ipsum
"name": "LayoutBlockFlow DIV id='container'",
"position": [8, 80],
"bounds": [300, 500],
- "contentsOpaque": true,
"shouldFlattenTransform": false,
"drawsContent": true,
"backgroundColor": "#0000FF",
@@ -323,6 +322,7 @@ Lorem Ipsum
{
"name": "Scrolling Contents Layer",
"bounds": [285, 665],
+ "contentsOpaque": true,
"drawsContent": true
}
]

Powered by Google App Engine
This is Rietveld 408576698