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

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

Issue 2860433002: Update WebView/FrameView size from LayoutView::UpdateAfterLayout (Closed)
Patch Set: s/IsLocalRoot/IsMainFrame/ 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 ecd65fccd9ca6740cb1c513c6407419058279b35..6ba1081e287070c13f9fbaf610378a2579047aa2 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
@@ -97,7 +97,7 @@
{
"object": "LayoutBlockFlow (positioned) DIV class='container'",
"rect": [0, 0, 400, 600],
- "reason": "full"
+ "reason": "forced by layout"
},
{
"object": "LayoutView #document",
@@ -114,7 +114,7 @@
},
{
"object": "LayoutBlockFlow (positioned) DIV class='container'",
- "reason": "full"
+ "reason": "forced by layout"
},
{
"object": "LayoutBlockFlow DIV class='parent'",
@@ -141,7 +141,7 @@
{
"object": "LayoutBlockFlow (positioned) DIV class='container'",
"rect": [0, 0, 800, 600],
- "reason": "full"
+ "reason": "forced by layout"
},
{
"object": "LayoutView #document",
@@ -158,7 +158,7 @@
},
{
"object": "LayoutBlockFlow (positioned) DIV class='container'",
- "reason": "full"
+ "reason": "forced by layout"
},
{
"object": "LayoutBlockFlow DIV class='parent'",

Powered by Google App Engine
This is Rietveld 408576698