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

Unified Diff: third_party/WebKit/LayoutTests/animations/add-keyframes-in-shadow-recalc.html

Issue 2572473006: Revert of Collect active stylesheets and and apply asynchronously. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/modify-stylesheet-minimal-recalc-style.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/animations/add-keyframes-in-shadow-recalc.html
diff --git a/third_party/WebKit/LayoutTests/animations/add-keyframes-in-shadow-recalc.html b/third_party/WebKit/LayoutTests/animations/add-keyframes-in-shadow-recalc.html
index 146377745fad242fd44f92fec2631f5db153e5e0..ef481a3d5a0a7ca0426abc059fdda08c33120d7a 100644
--- a/third_party/WebKit/LayoutTests/animations/add-keyframes-in-shadow-recalc.html
+++ b/third_party/WebKit/LayoutTests/animations/add-keyframes-in-shadow-recalc.html
@@ -21,7 +21,10 @@
to { color: orange }
}`));
root.appendChild(sheet);
- assert_equals(internals.updateStyleAndReturnAffectedElementCount(), 1,
+ // TODO(rune@opera.com): This count should be 1 when async stylesheet
+ // update with RuleSet invalidations land. Currently we always do a
+ // subtree recalc for stylesheet mutations in shadow trees.
+ assert_equals(internals.updateStyleAndReturnAffectedElementCount(), 5,
"Recalc for shadow tree, including host and inserted style element.");
}, "Check that adding @keyframes does not cause a style recalc of the host element when no animations are running.");
</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/modify-stylesheet-minimal-recalc-style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698