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

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: 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/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..4126158fc973efd5611dba9574d9d97292ebc6a6 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
@@ -8,8 +8,8 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow DIV id='editable'",
- "rect": [357, 199, 3, 22],
- "reason": "invalidate paint rectangle"
+ "rect": [358, 200, 1, 20],
+ "reason": "caret"
}
]
}
@@ -17,7 +17,7 @@
"objectPaintInvalidations": [
{
"object": "Caret",
- "reason": "invalidate paint rectangle"
+ "reason": "caret"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698