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

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt

Issue 2564633002: Don't create layout objects for children of display-none iframes. (Closed)
Patch Set: Rebase. Created 3 years, 10 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/virtual/stable/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt
index 504d969f278241ddcbace015b5b6a062061f09a6..14c6b0715eabfb7afabab6bc68ba13b2bdb90d0b 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt
@@ -34,7 +34,17 @@
{
"object": "LayoutBlockFlow HTML",
"rect": [10, 88, 728, 90],
- "reason": "forced by layout"
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [10, 88, 728, 90],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [18, 96, 712, 74],
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutImage IMG",
@@ -79,6 +89,14 @@
"reason": "location change"
},
{
+ "object": "LayoutBlockFlow BODY",
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "layoutObject removal"
+ },
+ {
"object": "VerticalScrollbar",
"reason": "scroll"
},
@@ -88,15 +106,15 @@
},
{
"object": "LayoutView #document",
- "reason": "location change"
+ "reason": "full"
},
{
"object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutBlockFlow BODY",
- "reason": "location change"
+ "reason": "layoutObject insertion"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698