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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.9/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-mac10.9/paint/invalidation/resize-iframe-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/resize-iframe-text-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/resize-iframe-text-expected.txt
index 2a03e66279a6e1ba3c82a5a31948cb02200a4d4b..b35b467f2a5af9753354e6c40e790a1a73cb93e4 100644
--- a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/resize-iframe-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/resize-iframe-text-expected.txt
@@ -17,6 +17,11 @@
"reason": "incremental"
},
{
+ "object": "LayoutView #document",
+ "rect": [0, 600, 785, 77],
+ "reason": "incremental"
+ },
+ {
"object": "LayoutBlockFlow BODY",
"rect": [8, 8, 784, 18],
"reason": "forced by layout"
@@ -25,6 +30,16 @@
"object": "LayoutText #text",
"rect": [8, 8, 346, 18],
"reason": "forced by layout"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [785, 0, 15, 677],
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [785, 0, 15, 600],
+ "reason": "scroll"
}
]
}
@@ -57,6 +72,18 @@
{
"object": "HorizontalScrollbar",
"reason": "scroll"
+ },
+ {
+ "object": "LayoutView #document",
+ "reason": "scroll"
+ },
+ {
+ "object": "VerticalScrollbar",
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutView #document",
+ "reason": "incremental"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698