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

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

Issue 2374083002: Auto-rebaseline for r420749 (Closed)
Patch Set: Created 4 years, 3 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.9/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt
index 967c98b44f395ef7770d13236edca39b9c5ef21e..29b3fc345a1c59d4ae856a5e8dc179e471b69503 100644
--- a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt
@@ -39,6 +39,16 @@
"object": "LayoutText #text",
"rect": [45, 6, 3, 13],
"reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [45, 6, 3, 13],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [45, 6, 3, 13],
+ "reason": "invalidate paint rectangle"
}
]
}
@@ -47,6 +57,10 @@
],
"objectPaintInvalidations": [
{
+ "object": "Caret",
+ "reason": "invalidate paint rectangle"
+ },
+ {
"object": "LayoutTextControl INPUT id='root'",
"reason": "subtree"
},
@@ -67,6 +81,10 @@
"reason": "invalidate paint rectangle"
},
{
+ "object": "Caret",
+ "reason": "invalidate paint rectangle"
+ },
+ {
"object": "LayoutText #text",
"reason": "subtree"
},

Powered by Google App Engine
This is Rietveld 408576698