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

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

Issue 2558263002: Fix path search-replace mistakes (?) that prevented resources from being loaded. (Closed)
Patch Set: Rebaseline 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
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/win/paint/invalidation/resize-iframe-text-expected.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/resize-iframe-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/resize-iframe-text-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/resize-iframe-text-expected.txt
index d23c9eebbe82261658b206f910f4bc2bba08e557..542eb4c6cbdb55ace589815802da5a9473c0307f 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/resize-iframe-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/resize-iframe-text-expected.txt
@@ -17,14 +17,34 @@
"reason": "incremental"
},
{
+ "object": "LayoutView #document",
+ "rect": [0, 600, 785, 128],
+ "reason": "incremental"
+ },
+ {
"object": "LayoutBlockFlow BODY",
"rect": [8, 8, 784, 18],
"reason": "forced by layout"
},
{
+ "object": "LayoutBlockFlow H1",
+ "rect": [8, 700, 600, 28],
+ "reason": "became visible"
+ },
+ {
"object": "LayoutText #text",
"rect": [8, 8, 346, 17],
"reason": "forced by layout"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [785, 0, 15, 728],
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [785, 0, 15, 600],
+ "reason": "scroll"
}
]
}
@@ -57,6 +77,26 @@
{
"object": "HorizontalScrollbar",
"reason": "scroll"
+ },
+ {
+ "object": "LayoutView #document",
+ "reason": "scroll"
+ },
+ {
+ "object": "VerticalScrollbar",
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutView #document",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow H1",
+ "reason": "became visible"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "became visible"
}
]
}
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/win/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