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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/window-resize-vertical-writing-mode-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/platform/win/virtual/disable-spinvalidation/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/window-resize-vertical-writing-mode-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
index 99c85ff7d85f118887912b8f8526f6e0692f1524..ea6258542469d645870f74c16b4d03e4d0af2ef4 100644
--- a/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
@@ -365,22 +365,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"
}
]
}
@@ -392,35 +392,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