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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align-length1-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-align-length1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align-length1-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align-length1-expected.txt
index d1c8a725e6d10bb4756e81c40069d5bd69c0c570..eb1995ed3c0655438ac1821eb5569fce05a9db4f 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align-length1-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align-length1-expected.txt
@@ -5,24 +5,62 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [120, 130, 20, 20],
- [120, 100, 20, 20],
- [0, 130, 20, 20],
- [0, 125, 800, 30],
- [0, 100, 20, 20],
- [0, 0, 800, 154]
- ],
- "paintInvalidationClients": [
- "InlineBox",
- "InlineBox",
- "InlineBox",
- "RootInlineBox",
- "LayoutBlockFlow BODY",
- "LayoutBlockFlow BODY",
- "RootInlineBox",
- "LayoutBlockFlow DIV class='other'",
- "LayoutBlockFlow DIV class='other'"
+ "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, 125, 800, 30],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [0, 0, 800, 154],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='other'",
+ "rect": [0, 100, 20, 20],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='other'",
+ "rect": [0, 130, 20, 20],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='other'",
+ "rect": [120, 100, 20, 20],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='other'",
+ "rect": [120, 130, 20, 20],
+ "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