style: Drop @scroll-timeline rule entirely

This rule is not used in tests and should be removed per spec.

Differential Revision: https://phabricator.services.mozilla.com/D157249
This commit is contained in:
Boris Chiou 2022-09-22 03:47:11 +00:00 committed by Martin Robinson
parent 4b736595d7
commit de396d9766
8 changed files with 15 additions and 421 deletions

View file

@ -555,7 +555,6 @@ impl StylesheetInvalidationSet {
LayerStatement(..) |
FontFace(..) |
Keyframes(..) |
ScrollTimeline(..) |
Container(..) |
Style(..) => {
if is_generic_change {
@ -633,8 +632,6 @@ impl StylesheetInvalidationSet {
// existing elements.
}
},
// TODO: Check if timeline name is referenced, though this might go away in bug 1737918.
ScrollTimeline(..) |
CounterStyle(..) |
Page(..) |
Viewport(..) |