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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/containing-block-added-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/compositing/containing-block-added-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/containing-block-added-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/containing-block-added-expected.txt
index efcdddbd87e5fa356115795f77a7ec4c9068a3e0..df257210c809e40fd93062123d05e8e8e41b0dea 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/containing-block-added-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/containing-block-added-expected.txt
@@ -22,6 +22,16 @@
"backgroundColor": "#0000FF",
"paintInvalidations": [
{
+ "object": "LayoutBlockFlow (positioned) DIV id='container'",
+ "rect": [0, 0, 100, 100],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='container'",
+ "rect": [0, 0, 100, 100],
+ "reason": "subtree"
+ },
+ {
"object": "LayoutBlockFlow (positioned) DIV class='fixed'",
"rect": [50, 50, 75, 75],
"reason": "style change"
@@ -35,6 +45,18 @@
"reason": "subtree"
},
{
+ "object": "LayoutBlockFlow (positioned) DIV id='container'",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='container'",
+ "reason": "style change"
+ },
+ {
"object": "LayoutBlockFlow (positioned) DIV class='fixed'",
"reason": "style change"
}

Powered by Google App Engine
This is Rietveld 408576698