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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align2-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/linux/fast/repaint/vertical-align2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align2-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align2-expected.txt
index 8575e1696c693dfbbe3837805b4928062ae5a240..db346958c70d94045ab824f08e25809c5b311620 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align2-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align2-expected.txt
@@ -5,21 +5,52 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [200, 147, 100, 100],
- [200, 100, 100, 100],
- [0, 205, 800, 42],
- [0, 0, 800, 247]
- ],
- "paintInvalidationClients": [
- "InlineBox",
- "InlineBox",
- "InlineBox",
- "RootInlineBox",
- "LayoutBlockFlow BODY",
- "LayoutBlockFlow BODY",
- "RootInlineBox",
- "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, 205, 800, 42],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [0, 0, 800, 247],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [200, 100, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [200, 147, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698