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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/fixed-after-scroll-expected.txt

Issue 2747143004: Eagerly invalidate when a layer becomes stacking context (Closed)
Patch Set: 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/paint/invalidation/fixed-after-scroll-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-after-scroll-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-after-scroll-expected.txt
index 7e0079d1ea7c8fea254eb9eda24257736b9027ee..234b594d61cc9a916a72d7125d1503ff5b8c2bcc 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-after-scroll-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-after-scroll-expected.txt
@@ -22,6 +22,10 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='t' class='green absolute'",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='t' class='green absolute'",
"reason": "style change"
},
{

Powered by Google App Engine
This is Rietveld 408576698