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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-outside-block-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/caret-outside-block-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-outside-block-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-outside-block-expected.txt
index 262849ab3b697253ce2f528d1c773a58ec77a819..b8644c03858c2152cc3dde4236cc50aa199b5419 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-outside-block-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-outside-block-expected.txt
@@ -7,9 +7,9 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutText #text",
- "rect": [790, 7, 3, 21],
- "reason": "invalidate paint rectangle"
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [791, 8, 1, 19],
+ "reason": "caret"
}
]
}
@@ -17,7 +17,7 @@
"objectPaintInvalidations": [
{
"object": "Caret",
- "reason": "invalidate paint rectangle"
+ "reason": "caret"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698