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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/caret-with-composited-scroll-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/paint/invalidation/caret-with-composited-scroll-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/caret-with-composited-scroll-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/caret-with-composited-scroll-expected.txt
index 58a372b5661bf99698b3bb10014b31e13fd414e7..5a9289ad226989c962be03fa2245e68c80e236ed 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/caret-with-composited-scroll-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/caret-with-composited-scroll-expected.txt
@@ -39,6 +39,16 @@
"object": "LayoutBlockFlow DIV id='inner-editor'",
"rect": [2, 1002, 3, 15],
"reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "rect": [2, 1002, 3, 15],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "rect": [2, 1002, 3, 15],
+ "reason": "invalidate paint rectangle"
}
]
}
@@ -69,6 +79,10 @@
],
"objectPaintInvalidations": [
{
+ "object": "Caret",
+ "reason": "invalidate paint rectangle"
+ },
+ {
"object": "LayoutTextControl INPUT id='text'",
"reason": "subtree"
},
@@ -79,6 +93,10 @@
{
"object": "Caret",
"reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "Caret",
+ "reason": "invalidate paint rectangle"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698