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

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

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/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/fast/repaint/vertical-align-length2-expected.txt
similarity index 53%
rename from third_party/WebKit/LayoutTests/platform/mac/fast/repaint/vertical-align-length2-expected.txt
rename to third_party/WebKit/LayoutTests/fast/repaint/vertical-align-length2-expected.txt
index 0f7f6aad9ab027dbcdd5cba125fe7563e0a3cb4c..f6b9a5821b13a56b57395316a4b8b9250332654a 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/vertical-align-length2-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/vertical-align-length2-expected.txt
@@ -11,45 +11,51 @@
{
"object": "LayoutBlockFlow BODY",
"rect": [0, 0, 800, 204],
- "reason": "invalidate paint rectangle"
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='other'",
+ "rect": [300, 0, 200, 200],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='other'",
+ "rect": [0, 0, 200, 200],
+ "reason": "forced by layout"
},
{
"object": "LayoutBlockFlow DIV id='target'",
"rect": [200, 80, 100, 100],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutBlockFlow DIV id='target'",
"rect": [200, 50, 100, 100],
- "reason": "bounds change"
+ "reason": "forced by layout"
}
]
}
],
"objectPaintInvalidations": [
{
- "object": "InlineBox",
- "reason": "full"
- },
- {
- "object": "InlineBox",
- "reason": "full"
- },
- {
- "object": "InlineBox",
- "reason": "full"
+ "object": "LayoutBlockFlow BODY",
+ "reason": "forced by layout"
},
{
"object": "RootInlineBox",
- "reason": "full"
+ "reason": "forced by layout"
},
{
- "object": "LayoutBlockFlow BODY",
- "reason": "invalidate paint rectangle"
+ "object": "LayoutBlockFlow DIV class='other'",
+ "reason": "forced by layout"
},
{
"object": "LayoutBlockFlow DIV id='target'",
- "reason": "bounds change"
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='other'",
+ "reason": "forced by layout"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698