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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/paint-caret-in-div-with-negative-indent-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/paint/invalidation/paint-caret-in-div-with-negative-indent-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/paint-caret-in-div-with-negative-indent-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/paint-caret-in-div-with-negative-indent-expected.txt
index d9087f74e562b149ae8cd86d0b71d3e9a0e02f8b..bca008aaa6fe3bd2f5b490288870bdd2e548cf4c 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/paint-caret-in-div-with-negative-indent-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/paint-caret-in-div-with-negative-indent-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutBlockFlow DIV id='editable'",
"rect": [357, 199, 3, 22],
- "reason": "invalidate paint rectangle"
+ "reason": "caret"
}
]
}
@@ -17,7 +17,11 @@
"objectPaintInvalidations": [
{
"object": "Caret",
- "reason": "invalidate paint rectangle"
+ "reason": "caret"
+ },
+ {
+ "object": "Caret",
+ "reason": "caret"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698