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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/overflow-scroll-with-opaque-background-expected.txt

Issue 2196583002: Paint local background colors onto foreground layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments and fix test failures by removing SkipRootBackground when painting a new ro… 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/compositing/overflow/overflow-scroll-with-opaque-background-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/scrolling-without-painting-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/overflow-scroll-with-opaque-background-expected.txt
similarity index 69%
copy from third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/scrolling-without-painting-expected.txt
copy to third_party/WebKit/LayoutTests/compositing/overflow/overflow-scroll-with-opaque-background-expected.txt
index 1d7eab26ea41fb8208979b060ddcd32e92b38dd0..5825c64a0974172f9ceea6069f629ac111ef3039 100644
--- a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/scrolling-without-painting-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/overflow-scroll-with-opaque-background-expected.txt
@@ -11,47 +11,42 @@
{
"name": "LayoutBlockFlow DIV id='scroller'",
"position": [8, 8],
- "bounds": [202, 202],
+ "bounds": [220, 220],
"shouldFlattenTransform": false,
"drawsContent": true,
+ "backgroundColor": "#FFFFFF",
"children": [
{
"name": "Scrolling Layer",
- "position": [1, 1],
+ "position": [10, 10],
"bounds": [185, 185],
"shouldFlattenTransform": false,
"children": [
{
"name": "Scrolling Contents Layer",
- "bounds": [185, 1025],
+ "bounds": [185, 300],
+ "contentsOpaque": true,
"drawsContent": true
}
]
},
{
"name": "Overflow Controls Host Layer",
- "bounds": [202, 202],
+ "bounds": [220, 220],
"children": [
{
"name": "Horizontal Scrollbar Layer",
- "position": [1, 186],
+ "position": [10, 195],
"bounds": [185, 15]
},
{
"name": "Vertical Scrollbar Layer",
- "position": [186, 1],
- "bounds": [15, 185],
- "paintInvalidations": [
- {
- "object": "Vertical Scrollbar Layer",
- "rect": [0, 0, 15, 185],
- "reason": "full"
- }
- ]
+ "position": [195, 10],
+ "bounds": [15, 185]
},
{
"name": "Scroll Corner Layer",
- "position": [186, 186],
+ "position": [195, 195],
"bounds": [15, 15],
"drawsContent": true
}

Powered by Google App Engine
This is Rietveld 408576698