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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/delete-into-nested-block-expected.txt

Issue 2665823002: Invalidate caret during paint invalidation (Closed)
Patch Set: Rebaseline Created 3 years, 11 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/delete-into-nested-block-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/delete-into-nested-block-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/delete-into-nested-block-expected.txt
index da8763a66e0f0207f68990cccc577b0925842066..cdd9dff29ae672ecd79c5de02b108cc79efe5e19 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/delete-into-nested-block-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/delete-into-nested-block-expected.txt
@@ -50,21 +50,6 @@
"object": "LayoutText #text",
"rect": [8, 127, 26, 20],
"reason": "layoutObject removal"
- },
- {
- "object": "LayoutText #text",
- "rect": [7, 126, 3, 22],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutText #text",
- "rect": [7, 126, 3, 22],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutText #text",
- "rect": [7, 126, 3, 22],
- "reason": "invalidate paint rectangle"
}
]
}
@@ -111,10 +96,6 @@
"reason": "layoutObject removal"
},
{
- "object": "Caret",
- "reason": "invalidate paint rectangle"
- },
- {
"object": "LayoutBlockFlow DIV",
"reason": "outline"
},
@@ -128,11 +109,11 @@
},
{
"object": "Caret",
- "reason": "invalidate paint rectangle"
+ "reason": "caret"
},
{
"object": "Caret",
- "reason": "invalidate paint rectangle"
+ "reason": "caret"
},
{
"object": "LayoutText #text",

Powered by Google App Engine
This is Rietveld 408576698