Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relax a bit the requirements of animation-only traversals.
The whole animation-only traversal thing is quite messy, but it can generally no longer assert that it only deals with already-styled subtrees, since we want to make display animatable. Make it more in line with the regular traversal, in order not to leave the tree in an inconsistent state (an element with display != none that has unstyled children), which the frame constructor complains about (rightfully so). Differential Revision: https://phabricator.services.mozilla.com/D240307 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1941651 gecko-commit: 52430cf390952929710e421e7bb9be13d1608f77 gecko-reviewers: dshin
- Loading branch information