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

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

Issue 2454913003: MainFrame scrollbars should work with RFV instead of FV (Closed)
Patch Set: Fix VisualViewportTest 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
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 499f7978ec0e75292f9cf49223a14b5296eb52aa..0e9bb1cbd204ab24a32af4939dd1597501d241ef 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
@@ -140,7 +140,7 @@
{
"object": "LayoutBlockFlow (positioned) DIV class='container'",
"rect": [0, 0, 400, 600],
- "reason": "full"
+ "reason": "forced by layout"
ymalik 2016/11/03 18:49:12 This and other resize window tests are updated bec
bokan 2016/11/03 19:59:59 Acknowledged.
},
{
"object": "LayoutView #document",
@@ -181,7 +181,7 @@
},
{
"object": "LayoutBlockFlow (positioned) DIV class='container'",
- "reason": "full"
+ "reason": "forced by layout"
},
{
"object": "LayoutBlockFlow DIV class='parent'",
@@ -208,7 +208,7 @@
{
"object": "LayoutBlockFlow (positioned) DIV class='container'",
"rect": [0, 0, 800, 600],
- "reason": "full"
+ "reason": "forced by layout"
},
{
"object": "LayoutBlockFlow HTML",
@@ -244,7 +244,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