ladybird/Tests/LibWeb/Text/input/ShadowDOM
Andreas Kling 84ab8bf797 LibWeb: Make CSS :hover selector match shadow-inclusive ancestors
Before this change, :hover wouldn't match anything outside the shadow
boundary when hovering elements inside a shadow tree. This was most
noticeable when hovering the text inside an input element and hover
styles disappearing from the hosting input element itself.
2024-08-25 12:53:08 +02:00
..
css-hover-shadow-dom.html LibWeb: Make CSS :hover selector match shadow-inclusive ancestors 2024-08-25 12:53:08 +02:00
css-variable-inheritance-across-shadow-boundary.html LibWeb: Inherit CSS variables across shadow boundaries 2024-07-25 21:38:32 +02:00
declarative-basic.html Tests: Add a basic test for Declarative Shadow DOM 2024-06-25 19:22:35 +02:00
remove-style-element-inside-shadow-tree.html LibWeb: Use correct scope when removing style sheet inside a shadow tree 2024-07-23 11:12:18 +02:00