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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt

Issue 2374083002: Auto-rebaseline for r420749 (Closed)
Patch Set: Created 4 years, 3 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/invalidate-caret-in-non-composited-scrolling-container-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt
index cf039665bd336ce9750f3959120e151dfc1413e9..9d07cff761c7975a716a31cdc8f19ac59607544a 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt
@@ -39,6 +39,16 @@
"object": "LayoutText #text",
"rect": [60, 4, 3, 16],
"reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [60, 4, 3, 16],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [60, 4, 3, 16],
+ "reason": "invalidate paint rectangle"
}
]
}
@@ -47,6 +57,10 @@
],
"objectPaintInvalidations": [
{
+ "object": "Caret",
+ "reason": "invalidate paint rectangle"
+ },
+ {
"object": "LayoutTextControl INPUT id='root'",
"reason": "subtree"
},
@@ -67,6 +81,10 @@
"reason": "invalidate paint rectangle"
},
{
+ "object": "Caret",
+ "reason": "invalidate paint rectangle"
+ },
+ {
"object": "LayoutText #text",
"reason": "subtree"
},

Powered by Google App Engine
This is Rietveld 408576698