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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/multicol-with-text-expected.txt

Issue 2509323005: No need to force relayout of children when page logical height changes. (Closed)
Patch Set: Rebaseline invalidation tests that lay out less than before (but still pass). Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/multicol-repaint-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/paint/invalidation/multicol-with-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/multicol-with-text-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/multicol-with-text-expected.txt
index 9ca4433fb324b7678fd757950d8da57a97410df9..126c3ae28d409819581e3539507eae91b4ad11ba 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/multicol-with-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/multicol-with-text-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutMultiColumnFlowThread (anonymous)",
"rect": [8, 8, 630, 20],
- "reason": "forced by layout"
+ "reason": "border box change"
},
{
"object": "LayoutText #text",
@@ -22,19 +22,11 @@
"objectPaintInvalidations": [
{
"object": "LayoutMultiColumnFlowThread (anonymous)",
- "reason": "forced by layout"
+ "reason": "border box change"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBR BR",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox '\n'",
- "reason": "forced by layout"
+ "reason": "border box change"
},
{
"object": "LayoutBR BR",
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/multicol-repaint-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698