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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/filter-on-html-element-with-fixed-position-child-expected.txt

Issue 2099383003: Make sure to iterate over all viewport-constrained objects for scroll invalidation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none Created 4 years, 6 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/paint/invalidation/filter-on-html-element-with-fixed-position-child-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/filter-on-html-element-with-fixed-position-child-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/filter-on-html-element-with-fixed-position-child-expected.txt
index 3f50f9c389bcc8b5367562ba706a7938e3884af7..2a88fa692fbe6f4b8eccd6148c5c8dd602d3373e 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/filter-on-html-element-with-fixed-position-child-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/filter-on-html-element-with-fixed-position-child-expected.txt
@@ -20,6 +20,16 @@
},
{
"object": "LayoutBlockFlow (positioned) DIV",
+ "rect": [100, 110, 100, 100],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV",
+ "rect": [100, 100, 100, 100],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV",
"rect": [8, 18, 100, 100],
"reason": "subtree"
},
@@ -39,6 +49,10 @@
{
"object": "LayoutBlockFlow (positioned) DIV",
"reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV",
+ "reason": "subtree"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698