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

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

Issue 2665823002: Invalidate caret during paint invalidation (Closed)
Patch Set: NeedsRebaseline 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/invalidate-caret-in-composited-scrolling-container-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt
index 745f58c75a97a04246163a633538e7122f5e6a57..ce066969d5d0358a66573ecf6b4f725433f23643 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt
@@ -43,9 +43,9 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutText #text",
- "rect": [72, -1, 3, 18],
- "reason": "invalidate paint rectangle"
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "rect": [73, 0, 1, 16],
+ "reason": "caret"
}
]
},
@@ -62,12 +62,12 @@
],
"objectPaintInvalidations": [
{
- "object": "Caret",
- "reason": "invalidate paint rectangle"
- },
- {
"object": "LayoutTextControl INPUT id='root'",
"reason": "subtree"
+ },
+ {
+ "object": "Caret",
+ "reason": "caret"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698