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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/4776765-expected.txt

Issue 2698313003: Fix caret paint invalidation when moving between blocks (Closed)
Patch Set: - Created 3 years, 10 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/4776765-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/4776765-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/4776765-expected.txt
index bf3323c27abc721af4cbe20bc92ef37d510751b4..98491b5a2186cc082932aa67f590668e6061b1e8 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/4776765-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/4776765-expected.txt
@@ -30,6 +30,10 @@
"reason": "border box change"
},
{
+ "object": "Caret",
+ "reason": "caret"
+ },
Xianzhu 2017/02/17 18:02:58 This is because now we invalidate caret display it
+ {
"object": "LayoutBlockFlow DIV id='div'",
"reason": "layoutObject insertion"
},

Powered by Google App Engine
This is Rietveld 408576698