mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
This test verifies that stacking contexts are correctly created and removed when CSS properties that affect stacking context are changed: - opacity: transitioning to/from 1 - transform: transitioning to/from none - filter: transitioning to/from none - isolation: transitioning to/from isolate It also verifies that changes within the "creating" range (e.g., opacity 0.5 -> 0.3, or transform translateX(10px) -> translateX(20px)) correctly preserve the stacking context.
4.6 KiB
4.6 KiB