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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt

Issue 2080783003: 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/fast/repaint/overflow-scroll-after-move-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt
index 9cd5087e3d3ceeccf677947702bfb20bea496637..a1f8d678730e9c5fcc154cb90b63574f248a0b87 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt
@@ -1,22 +1,27 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV id='scroller'",
"position": [10, 60],
"bounds": [300, 400],
"shouldFlattenTransform": false,
"drawsContent": true,
"children": [
{
+ "name": "Scrolling Layer",
"bounds": [285, 385],
"shouldFlattenTransform": false,
"children": [
{
+ "name": "Scrolling Contents Layer",
"bounds": [285, 900],
"drawsContent": true,
"paintInvalidations": [
@@ -35,13 +40,16 @@
]
},
{
+ "name": "Overflow Controls Host Layer",
"bounds": [300, 400],
"children": [
{
+ "name": "Horizontal Scrollbar Layer",
"position": [0, 385],
"bounds": [285, 15]
},
{
+ "name": "Vertical Scrollbar Layer",
"position": [285, 0],
"bounds": [15, 385],
"paintInvalidations": [
@@ -53,6 +61,7 @@
]
},
{
+ "name": "Scroll Corner Layer",
"position": [285, 385],
"bounds": [15, 15],
"drawsContent": true
@@ -63,6 +72,12 @@
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='block'",
+ "reason": "bounds change"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698