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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/vertical-align-length2-expected.txt

Issue 1881903002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/fast/repaint/vertical-align-length2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/vertical-align-length2-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/vertical-align-length2-expected.txt
index 8963c94e6f3dd942570e27c45f24f28336b12382..812dc0834467f75f93b28a1e5b04ebd86c0b6341 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/vertical-align-length2-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/vertical-align-length2-expected.txt
@@ -5,18 +5,42 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [200, 80, 100, 100],
- [200, 50, 100, 100],
- [0, 0, 800, 204]
- ],
- "paintInvalidationClients": [
- "InlineBox",
- "InlineBox",
- "InlineBox",
- "RootInlineBox",
- "LayoutBlockFlow BODY",
- "LayoutBlockFlow DIV id='target'"
+ "paintInvalidations": [
+ {
+ "object": "InlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [0, 0, 800, 204],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [200, 80, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [200, 50, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698