ladybird/Tests/LibWeb/Text/expected/wpt-import/css/cssom
Sam Atkins 5cc0e1408a LibWeb/CSS: Treat non-matching @import supports() as loaded
Mark `@import` rules whose supports() condition is false as loaded
before returning from fetch(). These rules do not fetch a stylesheet,
but they still participate as critical subresources of the parent
sheet.

Leaving them Unloaded kept parser-created `<style>` blocks waiting for
critical subresources that can never finish, which blocked following
parser scripts forever.
2026-06-04 16:39:54 +01:00
..
at-namespace.txt
border-shorthand-serialization.txt LibWeb: Reset border-image to initial value when using border 2025-09-15 08:42:22 +01:00
css-style-attr-decl-block.txt
CSSFontFeatureValuesRule.txt LibWeb: Parse @font-feature-values at-rule 2026-02-17 12:25:27 +00:00
CSSGroupingRule-insertRule.txt
cssimportrule.txt LibWeb/CSS: Treat non-matching @import supports() as loaded 2026-06-04 16:39:54 +01:00
cssom-cssText-serialize.txt
cssom-getPropertyValue-common-checks.txt
cssom-pagerule.txt
cssstyledeclaration-all-shorthand.txt Tests: Resync imported WPT tests 2026-04-04 23:36:58 +02:00
cssstyledeclaration-csstext-all-shorthand.txt
cssstyledeclaration-removeProperty-all.txt Tests: Resync imported WPT tests 2026-04-04 23:36:58 +02:00
cssstyledeclaration-setter-logical.txt
CSSStyleSheet-constructable-baseURL.txt
CSSStyleSheet-constructable-invalidation.txt
CSSStyleSheet-constructable.txt LibWeb: Invalidate stylesheet owners when disabled state changes 2026-04-23 16:45:22 +02:00
delete-namespace-rule-when-child-rule-exists.txt
flex-serialization.txt
font-family-serialization-001.txt Tests: Resync imported WPT tests 2026-04-04 23:36:58 +02:00
font-shorthand-serialization.txt LibWeb: Dont serialize font with non-initial reset-only sub-properties 2026-01-13 10:21:26 +00:00
font-variant-shorthand-serialization.txt
getComputedStyle-display-none-001.txt LibWeb: Skip style update inside display:none subtrees 2026-05-18 11:31:26 +02:00
getComputedStyle-display-none-002.txt LibWeb: Skip style update inside display:none subtrees 2026-05-18 11:31:26 +02:00
getComputedStyle-display-none-003.txt LibWeb: Skip style update inside display:none subtrees 2026-05-18 11:31:26 +02:00
getComputedStyle-insets-absolute.txt
getComputedStyle-insets-relative.txt
getComputedStyle-pseudo.txt LibWeb/CSS: Simplify parse_as_pseudo_element_selector() 2026-04-18 08:56:25 +02:00
HTMLLinkElement-disabled-003.txt
overflow-serialization.txt
selectorSerialize.txt
serialization-CSSDeclaration-with-important.txt
serialize-all-longhands.txt
serialize-custom-props.txt LibWeb: Store unresolved style values as text 2026-06-03 22:28:54 +02:00
serialize-media-rule.txt
serialize-namespaced-type-selectors.txt
serialize-values.txt Tests: Resync imported WPT tests 2026-04-04 23:36:58 +02:00
serialize-variable-reference.txt
shorthand-serialization.txt LibWeb/CSS: Serialize shorthands with var() to original value 2026-01-15 11:50:45 +00:00
shorthand-values.txt LibWeb: Store parsed shorthands in canonical order 2025-09-15 15:24:20 +01:00
variable-names.txt LibWeb: Import CSSOM variable names fixed WPT test 2025-09-18 09:25:23 +01:00
xml-stylesheet-pi-in-doctype.txt