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/virtual/disable-spinvalidation/paint/invalidation/resize-iframe-text-expected.txt

Issue 2735233003: Auto-rebaseline for r455266 (Closed)
Patch Set: Created 3 years, 9 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-retina/virtual/disable-spinvalidation/paint/invalidation/resize-iframe-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.10/virtual/disable-spinvalidation/paint/invalidation/resize-iframe-text-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-retina/virtual/disable-spinvalidation/paint/invalidation/resize-iframe-text-expected.txt
similarity index 76%
rename from third_party/WebKit/LayoutTests/platform/mac-mac10.10/virtual/disable-spinvalidation/paint/invalidation/resize-iframe-text-expected.txt
rename to third_party/WebKit/LayoutTests/platform/mac-retina/virtual/disable-spinvalidation/paint/invalidation/resize-iframe-text-expected.txt
index f2b69df4f9a0d98ecc5687e385226df2e4579206..4b068323b322dad07804df2bd7fb1d66a2767c0b 100644
--- a/third_party/WebKit/LayoutTests/platform/mac-mac10.10/virtual/disable-spinvalidation/paint/invalidation/resize-iframe-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac-retina/virtual/disable-spinvalidation/paint/invalidation/resize-iframe-text-expected.txt
@@ -2,43 +2,38 @@
"layers": [
{
"name": "LayoutView #document",
- "bounds": [800, 681],
+ "bounds": [500, 400],
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
"object": "LayoutIFrame (positioned) IFRAME",
- "rect": [0, 0, 800, 681],
+ "rect": [0, 0, 500, 400],
"reason": "forced by layout"
},
{
"object": "LayoutView #document",
- "rect": [0, 600, 800, 81],
- "reason": "incremental"
- },
- {
- "object": "LayoutView #document",
- "rect": [0, 600, 785, 81],
+ "rect": [0, 200, 500, 200],
"reason": "incremental"
},
{
"object": "LayoutBlockFlow BODY",
- "rect": [8, 8, 784, 18],
+ "rect": [8, 8, 484, 18],
"reason": "forced by layout"
},
{
+ "object": "LayoutBlockFlow H3",
+ "rect": [8, 300, 400, 22],
+ "reason": "became visible"
+ },
+ {
"object": "LayoutText #text",
"rect": [8, 8, 346, 18],
"reason": "forced by layout"
},
{
"object": "LayoutView #document",
- "rect": [785, 0, 15, 681],
- "reason": "scroll"
- },
- {
- "object": "LayoutView #document",
- "rect": [785, 0, 15, 600],
+ "rect": [485, 0, 15, 200],
"reason": "scroll"
}
]
@@ -70,6 +65,10 @@
"reason": "forced by layout"
},
{
+ "object": "VerticalScrollbar",
+ "reason": "scroll"
+ },
+ {
"object": "HorizontalScrollbar",
"reason": "scroll"
},
@@ -78,12 +77,12 @@
"reason": "scroll"
},
{
- "object": "VerticalScrollbar",
- "reason": "scroll"
+ "object": "LayoutBlockFlow H3",
+ "reason": "became visible"
},
{
- "object": "LayoutView #document",
- "reason": "incremental"
+ "object": "RootInlineBox",
+ "reason": "became visible"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698