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/platform/win/paint/invalidation/window-resize-vertical-writing-mode-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/platform/win/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/window-resize-vertical-writing-mode-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
index 24b1d65ca1a678d1893d39c0a2b33c139f87dc37..f834e8f66f8d9501b043fe06b9c5903a4208a6cc 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
@@ -403,22 +403,22 @@
{
"object": "LayoutBlockFlow BODY",
"rect": [447, 8, 345, 584],
- "reason": "forced by layout"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow BODY",
"rect": [47, 8, 345, 584],
- "reason": "forced by layout"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
"rect": [449, 7, 342, 566],
- "reason": "forced by layout"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
"rect": [49, 7, 342, 566],
- "reason": "forced by layout"
+ "reason": "bounds change"
}
]
}
@@ -434,35 +434,35 @@
},
{
"object": "LayoutBlockFlow BODY",
- "reason": "forced by layout"
+ "reason": "bounds change"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
- "reason": "forced by layout"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'AAAA BBBB CCCC'",
- "reason": "forced by layout"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'DDDD EEEE FFFF'",
- "reason": "forced by layout"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'GGGG HHHH IIII JJJJ'",
- "reason": "forced by layout"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'KKKK LLLL MMMM'",
- "reason": "forced by layout"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'NNNN'",
- "reason": "forced by layout"
+ "reason": "bounds change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698