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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.10/virtual/stable/paint/invalidation/resize-iframe-text-expected.txt

Issue 2632423002: Manual rebaseline of failing test. (Closed)
Patch Set: Created 3 years, 11 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-mac10.10/virtual/stable/paint/invalidation/resize-iframe-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.10/virtual/stable/paint/invalidation/resize-iframe-text-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.10/virtual/stable/paint/invalidation/resize-iframe-text-expected.txt
index f2b69df4f9a0d98ecc5687e385226df2e4579206..f91329c773742f8570ea744871411b587bc3b377 100644
--- a/third_party/WebKit/LayoutTests/platform/mac-mac10.10/virtual/stable/paint/invalidation/resize-iframe-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac-mac10.10/virtual/stable/paint/invalidation/resize-iframe-text-expected.txt
@@ -2,23 +2,33 @@
"layers": [
{
"name": "LayoutView #document",
- "bounds": [800, 681],
+ "bounds": [800, 745],
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
"object": "LayoutIFrame (positioned) IFRAME",
- "rect": [0, 0, 800, 681],
+ "rect": [0, 0, 800, 745],
"reason": "forced by layout"
},
{
"object": "LayoutView #document",
- "rect": [0, 600, 800, 81],
+ "rect": [0, 600, 800, 145],
"reason": "incremental"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 800, 34],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 785, 745],
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutView #document",
- "rect": [0, 600, 785, 81],
+ "rect": [0, 600, 785, 145],
"reason": "incremental"
},
{
@@ -27,13 +37,18 @@
"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, 681],
+ "rect": [785, 0, 15, 745],
"reason": "scroll"
},
{
@@ -50,6 +65,10 @@
"reason": "incremental"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow BODY",
"reason": "forced by layout"
},
@@ -84,6 +103,18 @@
{
"object": "LayoutView #document",
"reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow H1",
+ "reason": "became visible"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "became visible"
}
]
}
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/mac-mac10.10/virtual/stable/paint/invalidation/resize-iframe-text-expected.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698