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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-subpixel-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/win/paint/invalidation/caret-subpixel-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-subpixel-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-subpixel-expected.txt
index 6c6a94eb6f54f6950620ff3e208b9e88b13fad03..67f890c10aba030f8ef26a3defc9cfc839cd56b1 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-subpixel-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-subpixel-expected.txt
@@ -15,31 +15,12 @@
"object": "LayoutBlockFlow DIV id='inner-editor'",
"rect": [10, 11, 201, 16],
"reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV id='inner-editor'",
- "rect": [208, 10, 4, 18],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutBlockFlow DIV id='inner-editor'",
- "rect": [208, 10, 4, 18],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutBlockFlow DIV id='inner-editor'",
- "rect": [208, 10, 4, 18],
- "reason": "invalidate paint rectangle"
}
]
}
],
"objectPaintInvalidations": [
{
- "object": "Caret",
- "reason": "invalidate paint rectangle"
- },
- {
"object": "LayoutTextControl INPUT id='target'",
"reason": "subtree"
},
@@ -49,11 +30,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