ladybird/Tests/LibWeb/Text/expected/wpt-import/css/css-cascade
Sam Atkins 85e14f5f1f LibWeb: Apply scopes from imported stylesheets
Treat a scoped `@import` rule as a scope descriptor while traversing
style-producing rules from imported stylesheets. Imported rules now
inherit an outer scope for unscoped imports and replace it when the
import itself carries scope(...).

Scope resolution was generalized to handle both CSSScopeRule and
CSSImportRule descriptors. Import-scope boundaries are matched using
the stylesheet that parsed the `@import` rule, while normal imported
selectors keep using the imported stylesheet context. This lets
implicit scopes, nested `@scope` rules, :scope, and top-level `&` behave
as the Cascade 6 model requires.
2026-06-04 20:52:28 +01:00
..
parsing LibWeb/CSS: Make CSSImportRule.media return its own MediaList 2025-12-08 13:30:53 +00:00
all-prop-revert-layer.txt LibWeb: Add support for scroll-padding property 2026-05-15 12:07:27 +01:00
at-scope-parsing.txt LibWeb/CSS: Implement the @scope rule 2026-05-22 10:00:42 +01:00
at-scope-relative-syntax.txt LibWeb/CSS: Implement the @scope rule 2026-05-22 10:00:42 +01:00
layer-import.txt LibWeb/CSS: Wait for resources to load to fire <style> load event 2026-02-12 16:23:12 +01:00
presentational-hints-cascade.txt Tests/LibWeb: Import WPT presentational hint tests 2026-04-30 19:50:28 +01:00
presentational-hints-rollback.txt Tests/LibWeb: Import WPT presentational hint tests 2026-04-30 19:50:28 +01:00
scope-container.txt LibWeb/CSS: Implement the @scope rule 2026-05-22 10:00:42 +01:00
scope-cssom.txt LibWeb/CSS: Implement the @scope rule 2026-05-22 10:00:42 +01:00
scope-declarations.txt LibWeb/CSS: Resolve implicit scope roots 2026-05-27 15:32:11 +01:00
scope-evaluation.txt LibWeb/CSS: Implement the @scope rule 2026-05-22 10:00:42 +01:00
scope-import-implicit.txt LibWeb: Apply scopes from imported stylesheets 2026-06-04 20:52:28 +01:00
scope-import-inner-scope.txt LibWeb: Apply scopes from imported stylesheets 2026-06-04 20:52:28 +01:00
scope-import-multiple.txt LibWeb: Apply scopes from imported stylesheets 2026-06-04 20:52:28 +01:00
scope-import-parent-pseudo.txt LibWeb: Apply scopes from imported stylesheets 2026-06-04 20:52:28 +01:00
scope-import-scope-end.txt LibWeb: Apply scopes from imported stylesheets 2026-06-04 20:52:28 +01:00
scope-import-scope-pseudo.txt LibWeb: Apply scopes from imported stylesheets 2026-06-04 20:52:28 +01:00
scope-import-scope-start.txt LibWeb: Apply scopes from imported stylesheets 2026-06-04 20:52:28 +01:00
scope-invalidation.txt LibWeb: Invalidate scoped styles when boundaries change 2026-06-01 08:28:11 +01:00
scope-layer.txt LibWeb/CSS: Implement the @scope rule 2026-05-22 10:00:42 +01:00
scope-media.txt LibWeb/CSS: Implement the @scope rule 2026-05-22 10:00:42 +01:00
scope-nesting.txt LibWeb/CSS: Implement the @scope rule 2026-05-22 10:00:42 +01:00
scope-proximity.txt LibWeb/CSS: Implement the @scope rule 2026-05-22 10:00:42 +01:00
scope-shadow.txt LibWeb/CSS: Resolve implicit scope roots 2026-05-27 15:32:11 +01:00
scope-supports.txt LibWeb/CSS: Implement the @scope rule 2026-05-22 10:00:42 +01:00