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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac-retina/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/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 a96960ba0912a2fbeeb022fcc6b67564f2539f96..d20a405f8ad71ced4b0e339a0f7cad8a834c0afc 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
@@ -2,48 +2,33 @@
"layers": [
{
"name": "LayoutView #document",
- "bounds": [800, 800],
+ "bounds": [500, 400],
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
"object": "LayoutIFrame (positioned) IFRAME",
- "rect": [0, 0, 800, 800],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 800, 759],
+ "rect": [0, 0, 500, 400],
"reason": "forced by layout"
},
{
"object": "LayoutView #document",
- "rect": [0, 600, 800, 200],
+ "rect": [0, 200, 500, 200],
"reason": "incremental"
},
{
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 800, 34],
- "reason": "forced by layout"
- },
- {
"object": "LayoutBlockFlow BODY",
- "rect": [8, 8, 784, 18],
+ "rect": [8, 8, 484, 18],
"reason": "forced by layout"
},
{
- "object": "LayoutBlockFlow H1",
- "rect": [8, 700, 600, 37],
+ "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, 600],
+ "rect": [485, 0, 15, 200],
"reason": "scroll"
}
]
@@ -55,10 +40,6 @@
"reason": "incremental"
},
{
- "object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
- },
- {
"object": "LayoutBlockFlow BODY",
"reason": "forced by layout"
},
@@ -91,11 +72,7 @@
"reason": "scroll"
},
{
- "object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow H1",
+ "object": "LayoutBlockFlow H3",
"reason": "became visible"
},
{

Powered by Google App Engine
This is Rietveld 408576698