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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac-retina/paint/invalidation/resize-iframe-text-expected.txt

Issue 2557743008: Rebaseline paint/invalidation/resize-iframe-text.html for Mac. (Closed)
Patch Set: Revert https://codereview.chromium.org/2561283002 TestExpectations change. Created 4 years 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-retina/paint/invalidation/resize-iframe-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac-retina/paint/invalidation/resize-iframe-text-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-retina/paint/invalidation/resize-iframe-text-expected.txt
index 1efff71c7ed3f52a816d90248075e12246d9a4f4..366ac00f6ab7938b95b9850b728332b7de82b70d 100644
--- a/third_party/WebKit/LayoutTests/platform/mac-retina/paint/invalidation/resize-iframe-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac-retina/paint/invalidation/resize-iframe-text-expected.txt
@@ -22,9 +22,19 @@
"reason": "forced by layout"
},
{
+ "object": "LayoutBlockFlow H1",
+ "rect": [8, 700, 600, 37],
+ "reason": "became visible"
+ },
+ {
"object": "LayoutText #text",
"rect": [8, 8, 346, 18],
"reason": "forced by layout"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [785, 0, 15, 600],
+ "reason": "scroll"
}
]
}
@@ -55,8 +65,24 @@
"reason": "forced by layout"
},
{
+ "object": "VerticalScrollbar",
+ "reason": "scroll"
+ },
+ {
"object": "HorizontalScrollbar",
"reason": "scroll"
+ },
+ {
+ "object": "LayoutView #document",
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutBlockFlow H1",
+ "reason": "became visible"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "became visible"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698