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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/resize-iframe-text-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/paint/invalidation/resize-iframe-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/resize-iframe-text-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/resize-iframe-text-expected.txt
similarity index 62%
rename from third_party/WebKit/LayoutTests/paint/invalidation/resize-iframe-text-expected.txt
rename to third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/resize-iframe-text-expected.txt
index d20a405f8ad71ced4b0e339a0f7cad8a834c0afc..cf901bc5634267251289960d35d89575d5f3aeeb 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/resize-iframe-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/resize-iframe-text-expected.txt
@@ -8,19 +8,14 @@
"paintInvalidations": [
{
"object": "LayoutIFrame (positioned) IFRAME",
- "rect": [0, 0, 500, 400],
- "reason": "forced by layout"
+ "rect": [0, 200, 500, 200],
+ "reason": "incremental"
},
{
"object": "LayoutView #document",
"rect": [0, 200, 500, 200],
"reason": "incremental"
},
- {
- "object": "LayoutBlockFlow BODY",
- "rect": [8, 8, 484, 18],
- "reason": "forced by layout"
- },
{
"object": "LayoutBlockFlow H3",
"rect": [8, 300, 400, 22],
@@ -39,34 +34,14 @@
"object": "LayoutView #document",
"reason": "incremental"
},
- {
- "object": "LayoutBlockFlow BODY",
- "reason": "forced by layout"
- },
- {
- "object": "RootInlineBox",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'Test passes if you see \"Success\" after window resizes.'",
- "reason": "forced by layout"
- },
{
"object": "LayoutIFrame (positioned) IFRAME",
- "reason": "forced by layout"
+ "reason": "incremental"
},
{
"object": "VerticalScrollbar",
"reason": "scroll"
},
- {
- "object": "HorizontalScrollbar",
- "reason": "scroll"
- },
{
"object": "LayoutView #document",
"reason": "scroll"

Powered by Google App Engine
This is Rietveld 408576698