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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-with-composited-scroll-expected.txt

Issue 2081773002: 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/platform/linux/paint/invalidation/caret-with-composited-scroll-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-with-composited-scroll-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-with-composited-scroll-expected.txt
index c3a1e9b651d26ed1bba475e3b8618a3724531397..eb7bb98963d1a79bb30313a41a41328f565cacc6 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-with-composited-scroll-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-with-composited-scroll-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 DIV id='scroller'",
"position": [8, 48],
"bounds": [100, 100],
"shouldFlattenTransform": false,
"drawsContent": true,
"children": [
{
+ "name": "Scrolling Layer",
"bounds": [100, 100],
"shouldFlattenTransform": false,
"children": [
{
+ "name": "Scrolling Contents Layer",
"bounds": [205, 1022],
"drawsContent": true,
"paintInvalidations": [
@@ -40,23 +45,20 @@
]
},
{
+ "name": "Overflow Controls Host Layer",
"bounds": [100, 100],
"children": [
{
+ "name": "Horizontal Scrollbar Layer",
"position": [0, 100],
"bounds": [100, 0],
"drawsContent": true
},
{
+ "name": "Vertical Scrollbar Layer",
"position": [100, 0],
"bounds": [0, 100],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "Vertical Scrollbar Layer",
- "reason": "full"
- }
- ]
+ "drawsContent": true
}
]
}
@@ -64,6 +66,20 @@
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutTextControl INPUT id='text'",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "reason": "invalidate paint rectangle"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698