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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/overflow-scroll-local-background-text-color-change-expected.txt

Issue 2402213002: Auto-rebaseline for r424089 (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/overflow-scroll-local-background-text-color-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/overflow-scroll-local-background-text-color-change-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/overflow-scroll-local-background-text-color-change-expected.txt
index 35706f683b3e5a6dfaee0a3abd3b29a4028ce21e..f588ad54ee4437a200a568fa16f7cd7abfc92c22 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/overflow-scroll-local-background-text-color-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/overflow-scroll-local-background-text-color-change-expected.txt
@@ -1,92 +1,82 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='scroller'",
+ "position": [8, 8],
+ "bounds": [200, 200],
+ "shouldFlattenTransform": false,
"drawsContent": true,
- "children": [
+ "backgroundColor": "#0000FF",
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='scroller'",
+ "rect": [0, 0, 200, 200],
+ "reason": "style change"
+ }
+ ]
+ },
+ {
+ "name": "Scrolling Layer",
+ "bounds": [185, 185],
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "Scrolling Contents Layer",
+ "bounds": [185, 552],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='scroller'",
+ "rect": [0, 0, 185, 552],
+ "reason": "style change"
+ }
+ ]
+ },
+ {
+ "name": "Overflow Controls Host Layer",
+ "bounds": [200, 200]
+ },
+ {
+ "name": "Horizontal Scrollbar Layer",
+ "position": [0, 185],
+ "bounds": [185, 15],
+ "paintInvalidations": [
{
- "name": "LayoutBlockFlow DIV id='scroller'",
- "position": [8, 8],
- "bounds": [200, 200],
- "shouldFlattenTransform": false,
- "drawsContent": true,
- "backgroundColor": "#0000FF",
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='scroller'",
- "rect": [0, 0, 200, 200],
- "reason": "style change"
- }
- ],
- "children": [
- {
- "name": "Scrolling Layer",
- "bounds": [185, 185],
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "Scrolling Contents Layer",
- "bounds": [185, 552],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='scroller'",
- "rect": [0, 0, 185, 552],
- "reason": "style change"
- }
- ]
- }
- ]
- },
- {
- "name": "Overflow Controls Host Layer",
- "bounds": [200, 200],
- "children": [
- {
- "name": "Horizontal Scrollbar Layer",
- "position": [0, 185],
- "bounds": [185, 15],
- "paintInvalidations": [
- {
- "object": "Horizontal Scrollbar Layer",
- "rect": [0, 0, 185, 15],
- "reason": "full"
- }
- ]
- },
- {
- "name": "Vertical Scrollbar Layer",
- "position": [185, 0],
- "bounds": [15, 185],
- "paintInvalidations": [
- {
- "object": "Vertical Scrollbar Layer",
- "rect": [0, 0, 15, 185],
- "reason": "full"
- },
- {
- "object": "Vertical Scrollbar Layer",
- "rect": [0, 0, 15, 185],
- "reason": "full"
- }
- ]
- },
- {
- "name": "Scroll Corner Layer",
- "position": [185, 185],
- "bounds": [15, 15],
- "drawsContent": true
- }
- ]
- }
- ]
+ "object": "Horizontal Scrollbar Layer",
+ "rect": [0, 0, 185, 15],
+ "reason": "full"
}
]
+ },
+ {
+ "name": "Vertical Scrollbar Layer",
+ "position": [185, 0],
+ "bounds": [15, 185],
+ "paintInvalidations": [
+ {
+ "object": "Vertical Scrollbar Layer",
+ "rect": [0, 0, 15, 185],
+ "reason": "full"
+ },
+ {
+ "object": "Vertical Scrollbar Layer",
+ "rect": [0, 0, 15, 185],
+ "reason": "full"
+ }
+ ]
+ },
+ {
+ "name": "Scroll Corner Layer",
+ "position": [185, 185],
+ "bounds": [15, 15],
+ "drawsContent": true
}
],
"objectPaintInvalidations": [

Powered by Google App Engine
This is Rietveld 408576698