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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection-after-delete-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/selection-after-delete-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection-after-delete-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection-after-delete-expected.txt
index eb5e0277003e36fb1ade2498c676260f5042b75c..4d9c6c8c339e9837e6d7d720d577d344a0b4323a 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection-after-delete-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection-after-delete-expected.txt
@@ -15,21 +15,6 @@
"object": "LayoutText #text",
"rect": [39, 79, 146, 99],
"reason": "layoutObject removal"
- },
- {
- "object": "LayoutBlockFlow DIV id='test'",
- "rect": [38, 78, 3, 21],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutBlockFlow DIV id='test'",
- "rect": [38, 78, 3, 21],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutBlockFlow DIV id='test'",
- "rect": [38, 78, 3, 21],
- "reason": "invalidate paint rectangle"
}
]
}
@@ -40,10 +25,6 @@
"reason": "layoutObject removal"
},
{
- "object": "Caret",
- "reason": "invalidate paint rectangle"
- },
- {
"object": "LayoutBlockFlow DIV id='test'",
"reason": "forced by layout"
},
@@ -53,11 +34,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