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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.10/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt

Issue 2687613002: Auto-rebaseline for r448799 (Closed)
Patch Set: 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/mac-mac10.10/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.10/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.10/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt
index 290e227491c61ce975dbb790fe890ed4d2d2e573..5c4eb76874d077735ccbc669a6c556995b93482f 100644
--- a/third_party/WebKit/LayoutTests/platform/mac-mac10.10/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac-mac10.10/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt
@@ -43,9 +43,9 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutText #text",
- "rect": [60, -1, 3, 15],
- "reason": "invalidate paint rectangle"
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "rect": [61, 0, 1, 13],
+ "reason": "caret"
}
]
},
@@ -62,12 +62,12 @@
],
"objectPaintInvalidations": [
{
- "object": "Caret",
- "reason": "invalidate paint rectangle"
- },
- {
"object": "LayoutTextControl INPUT id='root'",
"reason": "subtree"
+ },
+ {
+ "object": "Caret",
+ "reason": "caret"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698