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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/window-resize-vertical-writing-mode-expected.txt

Issue 2860433002: Update WebView/FrameView size from LayoutView::UpdateAfterLayout (Closed)
Patch Set: nits 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/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 e9fee5aba28af9a3581b895836fe8c6cdefcd6a7..4648d3da6caa9ce575526e9a18064e3500023cea 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
@@ -360,22 +360,22 @@
{
"object": "LayoutBlockFlow BODY",
"rect": [437, 8, 355, 584],
- "reason": "forced by layout"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow BODY",
"rect": [37, 8, 355, 584],
- "reason": "forced by layout"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
"rect": [438, 7, 353, 554],
- "reason": "forced by layout"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
"rect": [38, 7, 353, 554],
- "reason": "forced by layout"
+ "reason": "bounds change"
}
]
}
@@ -387,35 +387,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