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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/inline-outline-repaint-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/inline-outline-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/inline-outline-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/inline-outline-repaint-expected.txt
index 019a400d214800081dcd34f06f29cbe0e122a81d..4f6a48fb0466866658fd80e1c2bd9b4ebf995cad 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/inline-outline-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/inline-outline-repaint-expected.txt
@@ -20,21 +20,6 @@
"object": "LayoutText #text",
"rect": [8, 156, 86, 39],
"reason": "full"
- },
- {
- "object": "LayoutText #text",
- "rect": [43, 175, 3, 21],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutText #text",
- "rect": [43, 175, 3, 21],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutText #text",
- "rect": [43, 175, 3, 21],
- "reason": "invalidate paint rectangle"
}
]
}
@@ -45,10 +30,6 @@
"reason": "layoutObject removal"
},
{
- "object": "Caret",
- "reason": "invalidate paint rectangle"
- },
- {
"object": "LayoutBlockFlow DIV",
"reason": "forced by layout"
},
@@ -58,11 +39,7 @@
},
{
"object": "Caret",
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "Caret",
- "reason": "invalidate paint rectangle"
+ "reason": "caret"
},
{
"object": "LayoutInline SPAN id='test'",

Powered by Google App Engine
This is Rietveld 408576698