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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-with-composited-scroll-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/caret-with-composited-scroll-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-with-composited-scroll-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-with-composited-scroll-expected.txt
index 772ec9eba15390a3e7296033df44cc24f1e6991b..2d29ea7aea0b78135102410f2b5b7b778ead3ef0 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-with-composited-scroll-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/caret-with-composited-scroll-expected.txt
@@ -32,21 +32,6 @@
"object": "LayoutBlockFlow DIV id='inner-editor'",
"rect": [3, 1003, 200, 16],
"reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV id='inner-editor'",
chrishtr 2017/01/31 22:51:03 Should there be a new rect to invalidate for the c
Xianzhu 2017/02/02 23:42:06 These smaller invalidations are omitted because th
- "rect": [2, 1002, 3, 18],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutBlockFlow DIV id='inner-editor'",
- "rect": [2, 1002, 3, 18],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutBlockFlow DIV id='inner-editor'",
- "rect": [2, 1002, 3, 18],
- "reason": "invalidate paint rectangle"
}
]
},
@@ -69,10 +54,6 @@
],
"objectPaintInvalidations": [
{
- "object": "Caret",
- "reason": "invalidate paint rectangle"
- },
- {
"object": "LayoutTextControl INPUT id='text'",
"reason": "subtree"
},
@@ -82,11 +63,11 @@
},
{
"object": "Caret",
- "reason": "invalidate paint rectangle"
+ "reason": "caret"
},
{
"object": "Caret",
- "reason": "invalidate paint rectangle"
+ "reason": "caret"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698