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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-with-transformation-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/win/paint/invalidation/caret-with-transformation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-with-transformation-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-with-transformation-expected.txt
index 589fed9674b9571bfafe220bbef03b0988cc8cce..052f16007038d10a03b5dac008e27b7219972970 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-with-transformation-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-with-transformation-expected.txt
@@ -7,14 +7,14 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutText #text",
- "rect": [345, 210, 13, 19],
- "reason": "invalidate paint rectangle"
+ "object": "LayoutBlockFlow DIV id='div'",
+ "rect": [347, 211, 10, 17],
+ "reason": "caret"
},
{
- "object": "LayoutText #text",
- "rect": [41, 35, 13, 18],
- "reason": "invalidate paint rectangle"
+ "object": "LayoutBlockFlow DIV id='div'",
+ "rect": [43, 36, 10, 16],
+ "reason": "caret"
}
]
}
@@ -22,11 +22,7 @@
"objectPaintInvalidations": [
{
"object": "Caret",
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "Caret",
- "reason": "invalidate paint rectangle"
+ "reason": "caret"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698