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 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/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 a70664405524331a812beccbc089cc7dad8c17e4..bf3323c27abc721af4cbe20bc92ef37d510751b4 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
@@ -18,37 +18,14 @@
},
{
"object": "LayoutBlockFlow DIV id='div'",
- "rect": [7, 83, 3, 21],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutBlockFlow DIV id='div'",
- "rect": [7, 83, 3, 21],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutBlockFlow DIV id='div'",
- "rect": [7, 83, 3, 21],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutBlockFlow DIV id='div'",
- "rect": [7, 63, 3, 21],
- "reason": "invalidate paint rectangle"
+ "rect": [8, 64, 1, 19],
+ "reason": "caret"
}
]
}
],
"objectPaintInvalidations": [
{
- "object": "Caret",
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "Caret",
- "reason": "invalidate paint rectangle"
- },
- {
"object": "LayoutBlockFlow DIV",
"reason": "border box change"
},
@@ -62,11 +39,7 @@
},
{
"object": "Caret",
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "Caret",
- "reason": "invalidate paint rectangle"
+ "reason": "caret"
},
{
"object": "LayoutBR BR",

Powered by Google App Engine
This is Rietveld 408576698