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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/virtual/disable-spinvalidation/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/window-resize-vertical-writing-mode-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
index 244c8ab4bdc7c532a69231e15c86bcdfc6b84b5e..ab5f6d51ebe7cfc454bb2cd7820c016455b59c80 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
@@ -365,22 +365,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": [447, 8, 345, 565],
- "reason": "forced by layout"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
"rect": [47, 8, 345, 565],
- "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