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

Unified Diff: third_party/WebKit/LayoutTests/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt

Issue 2084643002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt b/third_party/WebKit/LayoutTests/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
index b23c986f8941a93e2703fb948a9391721ab87411..0e43ebaee05474e88385b1f9dfff54561b1698f2 100644
--- a/third_party/WebKit/LayoutTests/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt
@@ -1,28 +1,27 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow DIV id='container'",
"position": [8, 8],
"bounds": [500, 500],
"shouldFlattenTransform": false,
"drawsContent": true,
- "paintInvalidations": [
- {
- "object": "RootInlineBox",
- "reason": "full"
- }
- ],
"children": [
{
+ "name": "Scrolling Layer",
"bounds": [485, 485],
"shouldFlattenTransform": false,
"children": [
{
+ "name": "Scrolling Contents Layer",
"bounds": [5000, 5000],
"drawsContent": true,
"paintInvalidations": [
@@ -30,19 +29,17 @@
"object": "LayoutBlockFlow DIV id='content'",
"rect": [0, 0, 5000, 5000],
"reason": "style change"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
}
]
}
]
},
{
+ "name": "Overflow Controls Host Layer",
"bounds": [500, 500],
"children": [
{
+ "name": "Horizontal Scrollbar Layer",
"position": [0, 485],
"bounds": [485, 15],
"paintInvalidations": [
@@ -54,6 +51,7 @@
]
},
{
+ "name": "Vertical Scrollbar Layer",
"position": [485, 0],
"bounds": [15, 485],
"paintInvalidations": [
@@ -65,6 +63,7 @@
]
},
{
+ "name": "Scroll Corner Layer",
"position": [485, 485],
"bounds": [15, 15],
"drawsContent": true
@@ -75,6 +74,16 @@
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='content'",
+ "reason": "style change"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "style change"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698