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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-removal-expected.txt

Issue 2743053003: [Reland #1] Don't create layout objects for children of display-none iframes. (Closed)
Patch Set: rebaseline. 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/win/virtual/disable-spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-removal-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-removal-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-removal-expected.txt
index 1c8dfb15bdf27b0ef13352c8183e733e9f31b11c..d36c62fbf3a582148ad86ec30184278dbd101f74 100644
--- a/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-removal-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-removal-expected.txt
@@ -32,6 +32,16 @@
"reason": "layoutObject removal"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "rect": [10, 94, 728, 90],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [18, 102, 712, 74],
+ "reason": "layoutObject removal"
+ },
+ {
"object": "LayoutImage IMG",
"rect": [58, 241, 489, 537],
"reason": "bounds change"
@@ -76,6 +86,18 @@
{
"object": "LayoutText #text",
"reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutView #document",
+ "reason": "full"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698