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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/bugzilla-6473-expected.txt

Issue 2672833004: Invalidate width available to children if style diff needs full layout (Closed)
Patch Set: rebase 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/mac/paint/invalidation/bugzilla-6473-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/bugzilla-6473-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/bugzilla-6473-expected.txt
index 2095f85cb91793ee6efe28ef052f1a7d64d6b259..03da1dedd2e4868b28d57cf92d35e61ed895eb09 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/bugzilla-6473-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/bugzilla-6473-expected.txt
@@ -14,22 +14,22 @@
{
"object": "LayoutBlockFlow (relative positioned) P",
"rect": [8, 146, 784, 18],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutBlockFlow (relative positioned) P",
"rect": [8, 130, 784, 18],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutText #text",
"rect": [8, 146, 70, 18],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutText #text",
"rect": [8, 130, 70, 18],
- "reason": "bounds change"
+ "reason": "forced by layout"
}
]
}
@@ -41,19 +41,19 @@
},
{
"object": "LayoutBlockFlow (relative positioned) P",
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "RootInlineBox",
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutText #text",
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "InlineTextBox 'SUCCESS'",
- "reason": "bounds change"
+ "reason": "forced by layout"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698