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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-centered-inline-under-fixed-pos-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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/paint/invalidation/window-resize-centered-inline-under-fixed-pos-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-centered-inline-under-fixed-pos-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-centered-inline-under-fixed-pos-expected.txt
index 6ba1081e287070c13f9fbaf610378a2579047aa2..200c96eda267616f1415954ef3eef4cacc723e43 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-centered-inline-under-fixed-pos-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-centered-inline-under-fixed-pos-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutBlockFlow (positioned) DIV class='container'",
"rect": [0, 0, 600, 500],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
@@ -26,19 +26,19 @@
},
{
"object": "LayoutBlockFlow (positioned) DIV class='container'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='parent'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='child'",
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}
@@ -53,7 +53,7 @@
{
"object": "LayoutBlockFlow (positioned) DIV class='container'",
"rect": [0, 0, 600, 250],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
@@ -70,19 +70,19 @@
},
{
"object": "LayoutBlockFlow (positioned) DIV class='container'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='parent'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='child'",
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}
@@ -97,7 +97,7 @@
{
"object": "LayoutBlockFlow (positioned) DIV class='container'",
"rect": [0, 0, 400, 600],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
@@ -114,19 +114,19 @@
},
{
"object": "LayoutBlockFlow (positioned) DIV class='container'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='parent'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='child'",
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}
@@ -141,7 +141,7 @@
{
"object": "LayoutBlockFlow (positioned) DIV class='container'",
"rect": [0, 0, 800, 600],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
@@ -158,19 +158,19 @@
},
{
"object": "LayoutBlockFlow (positioned) DIV class='container'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV class='parent'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='child'",
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698