ladybird/Tests/LibWeb/Text/expected/css
Andreas Kling c9cac66677 Tests: Expand style invalidation coverage
Add broader style-invalidation regression coverage for selector shapes
that are easy to mis-model when invalidation data is flattened into
feature sets. Cover selector-list alternatives, nested pseudo-class
arguments, pseudo-element arguments, nth-child selector lists,
quirks-mode class matching, mixed-case ancestor filters, duplicate
invalidation rule merging, and concrete :has() feature filtering.

Keep the expectations on the unoptimized baseline so follow-up
optimization commits can show the counter progressions separately.
These tests dump the normal invalidation counters instead of asserting
specific counter values in script.
2026-04-29 15:47:23 +02:00
..
style-invalidation Tests: Expand style invalidation coverage 2026-04-29 15:47:23 +02:00
absolutized-background-size-value.txt LibWeb: Absolutize BackgroundSizeSVs in StyleComputer::absolutize_values 2025-08-06 17:44:12 +01:00
absolutized-cursor-style-value.txt LibWeb: Absolutize CursorStyleValues in StyleComputer::absolutize_values 2025-08-06 17:44:12 +01:00
abspos-cb-inline-relative-with-block-descendant.txt LibWeb: Fix abspos containing block for split inline ancestors 2026-04-29 04:54:11 +02:00
abspos-contributes-overflow-rect-into-containing-block-with-inline-children.txt LibWeb: Allow descendant boxes to contribute in overflow rect of parent 2025-07-06 17:10:18 +02:00
abspos-height-solving-comprehensive.txt Tests/LibWeb: Add comprehensive abspos height constraint solving test 2026-02-10 11:58:15 +01:00
additive-symbols-descriptor-calculated-values.txt LibWeb: Support calculated value in additive-symbols descriptor 2026-02-12 01:26:52 +01:00
adopted-stylesheet-pending-invalidation-survives-adoption.txt LibWeb: Preserve pending style-update flags across document adoption 2026-04-23 16:45:22 +02:00
all-with-invalid-value.txt LibWeb: Add support for the 'all' CSS property 2025-06-12 15:25:35 +01:00
animate-with-many-keyframes.txt LibWeb: Don't skip last keyframe 2025-06-23 21:01:26 +02:00
animating-transform-with-calc-crash.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
animating-unresolved-properties-crash.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
animation-changing-custom-property.txt LibWeb: Don't resolve UnresolvedStyleValues in set_keyframes 2025-08-28 09:29:46 +01:00
animation-in-shadow-dom.txt LibWeb: Look up @keyframes rules from shadow root stylesheets 2026-03-21 23:16:32 -05:00
animation-name-is-valid-other-property-value.txt LibWeb: Serialize animation according to spec 2025-09-24 11:58:20 +01:00
animation-opacity-invalid-var.txt LibWeb: Handle guaranteed-invalid values in animation keyframes 2026-03-21 08:41:13 -05:00
animation-timing-function-per-keyframe.txt LibWeb: Apply animation-timing-function per keyframe interval 2026-03-21 23:16:32 -05:00
animation-timing-function-var-in-keyframe.txt LibWeb/CSS: Resolve var() in keyframe animation-timing-function 2026-04-01 11:38:48 +01:00
animations-dont-mangle-inherited-animated-properties.txt LibWeb: Don't mangle inherited properties when updating animated style 2025-11-21 09:24:53 +01:00
animations-use-computed-style.txt LibWeb: Support triggering multiple animations per animation property 2025-10-27 09:48:25 +00:00
asf-allowed-in-custom-function-descriptor.txt LibWeb: Only allow ASFs in descriptor values if explicitly supported 2026-03-30 19:57:36 +01:00
asf-disallowed-in-property-initial-value.txt LibWeb: Validate ASF syntax at parse time 2026-03-30 19:57:36 +01:00
aspect-ratio-clamped-calculated-ratio.txt LibWeb: Improve handling of calculated values in <ratio> 2026-03-24 14:00:01 +00:00
aspect-ratio-computed-with-font-relative-lengths.txt LibWeb: Improve handling of calculated values in <ratio> 2026-03-24 14:00:01 +00:00
at-property-add-and-remove.txt LibWeb: Register and unregister @property rules when added or removed 2026-01-09 10:54:37 +00:00
at-property-initial-value-background-color.txt LibWeb/CSS: Add basic registered properties with initial values 2025-07-18 11:12:39 +01:00
attr-serialization.txt LibWeb: Remove now-invalid attr() type support 2025-07-09 16:44:20 +01:00
attribute-selector-case-sensitivity.txt LibWeb: Match attribute selectors case insensitively in XML documents 2024-08-19 09:03:22 +02:00
atypical-play-state-property-on-display-property-change.txt LibWeb: Use correct play state for handling animations on display change 2025-12-01 10:16:41 +00:00
background-size-animation-crash.txt LibWeb: Don't crash when interpolating single-value repeatable lists 2025-06-02 11:33:01 +01:00
blur-filter-clamped-calc.txt LibWeb: Clamp blur() calculated values 2026-02-16 12:09:23 +00:00
border-image-non-fill-keyword.txt LibWeb: Don't fail on non-fill keyword parsing <border-image-slice> 2025-07-09 16:59:22 +01:00
box-shadow-resolves-length-functions.txt LibWeb: Properly serialize shadow colors 2024-03-03 19:50:25 +01:00
calc-coverage.txt LibWeb: Support calculated <flex> values 2026-04-09 21:41:49 +01:00
calc-missing-context.txt LibWeb: Handle calculations without a context better 2024-10-16 16:39:47 +02:00
calculated-integer-clamped-to-32-bit-range.txt LibWeb: Use i32 max for clamping 'infinite' calculated integers 2026-03-26 12:30:01 +01:00
changing-animation-name-crash.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
child-change-no-op-invalidation-counters.txt Tests: Report invalidation counters without PASS/FAIL judgment 2026-04-26 10:40:58 +02:00
child-state-pseudo-invalidation.txt LibWeb: Clear pseudo-element style data when no rule matches 2026-04-26 10:40:58 +02:00
color-filter-tree-counting-function.txt LibWeb: Store FilterOperation::Color::amount as StyleValue 2026-02-16 12:09:23 +00:00
color-mix-invalid-custom-ident.txt LibWeb: Use generic <color-interpolation-method> parsing for color-mix 2026-03-18 13:21:57 +00:00
color-mix-relative-length-in-percentage.txt LibWeb: Support relative lengths within color-mix percentage calc()s 2026-03-30 14:05:10 +01:00
computation-context-cache-cleared-after-inherited-style-recomputation.txt LibWeb: Ensure that computation context cache is always cleared 2026-02-15 17:52:11 +01:00
computed-font-style-with-relative-lengths-in-calc.txt LibWeb: Store font-style in ComputedProperties in computed form 2025-09-19 10:06:33 +01:00
computed-style-box-sizing.txt LibWeb: Respect box-sizing value when getting width/height used value 2026-03-11 11:33:25 +01:00
constructed-style-sheets.txt LibWeb: Evaluate media rules for adopted style sheets 2024-04-29 08:10:38 +02:00
constructed-stylesheet-shared-cache-shadow-scope.txt LibWeb: Share singleton constructed stylesheet rule caches 2026-04-28 13:07:52 +02:00
content-visibility-interpolation.txt LibWeb: Treat content-visibility auto as non-hidden in interpolation 2026-01-13 10:49:31 +01:00
css-connected-font-face-base-url.txt LibWeb: Use correct base-url for CSS-connected FontFace 2026-01-13 10:40:00 +00:00
css-connected-font-face-disconnected-when-descriptor-change-invalid.txt LibWeb: Disconnect font face if descriptor change makes it invalid 2026-01-13 10:40:00 +00:00
css-connected-font-face-parsing.txt LibWeb: Properly parse attributes for CSS-connected FontFace 2026-01-13 10:40:00 +00:00
css-hsl-with-calc.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
CSSConditionRule-conditionText-readonly.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
cssFloat-property.txt LibWeb: Remove unnecessary FIXME marker for CSSStyleDeclaration.cssFloat 2024-06-14 20:45:37 +02:00
CSSFontFaceRule-src-change-only-creates-one-new-FontFace.txt LibWeb: Remove font face from document font source when disconnecting 2026-01-10 03:33:03 +00:00
CSSImportRule-supportsText.txt LibWeb/CSS: Don't resolve @import URLs until they are used 2025-04-09 18:45:57 +01:00
cssom-style-declaration-mutation-uses-existing-rule-cache.txt LibWeb: Keep rule caches for CSSOM declaration changes 2026-04-28 09:49:50 +02:00
CSSPropertyRule-invalid-rules.txt LibWeb: Parse @property CSS directives 2024-10-23 06:55:37 +01:00
CSSPropertyRule-properties-readonly.txt LibWeb: Parse @property CSS directives 2024-10-23 06:55:37 +01:00
CSSRule-type.txt LibWeb: Allow anonymous layer block rule with no declarations 2025-06-17 08:58:00 +01:00
CSSStyleDeclaration-custom-properties-2.txt LibWeb: Fix underinvalidation when inline style has custom properties 2025-01-28 11:38:06 +00:00
CSSStyleDeclaration-custom-properties.txt LibWeb: Allow custom properties in getPropertyPriority() 2024-11-21 13:16:08 +01:00
CSSStyleDeclaration-has-indexed-property-getter.txt LibWeb: Support parsing text-decoration-skip-ink property 2026-03-26 12:15:36 +00:00
CSSStyleDeclaration-modify-computed.txt LibWeb: Return error on modification of a computed CSS style declaration 2024-08-05 09:55:50 +02:00
CSSStyleProperties-all-supported-properties-and-default-values.txt LibWeb: Add valid normal and none keywords for position-anchor 2026-04-01 19:41:46 +01:00
CSSStyleRule-pseudoElement-selectorText.txt LibWeb: Correctly handle serialization of PseudoElements 2025-06-24 12:44:44 +01:00
CSSStyleRule-set-selectorText.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
CSSStyleSheet-addRule.txt LibWeb: Implement CSSStyleSheet.addRule() 2024-02-24 21:59:28 +01:00
CSSStyleSheet-constructor.txt LibWeb: Align StyleSheet title getter with the specification 2024-04-29 08:10:38 +02:00
CSSStyleSheet-removeRule.txt LibWeb: Remove first rule if no argument is given for remove_rule() 2024-02-24 21:59:28 +01:00
CSSStyleSheet-replace.txt LibWeb: Implement CSSStyleSheet.replace() 2024-02-24 21:59:28 +01:00
CSSStyleSheet-replaceSync.txt LibWeb: Implement CSSStyleSheet.replaceSync() 2024-02-24 21:59:28 +01:00
cubic-bezier-infinite-slope-crash.txt LibWeb: Use machine epsilon when approximating cubic bezier 2024-11-03 17:35:20 +01:00
cursor-applied-when-cancelled.txt LibWeb: Update cursor and tooltip UI state regardless of event handlers 2025-12-03 12:23:56 +01:00
custom-ident-parsing.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
custom-properties-from-all-layers.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
custom-property-chain-resolution.txt LibWeb: Use structural sharing for CSS custom properties 2026-02-13 14:57:15 +01:00
custom-property-computed-value.txt LibWeb: Collapse & trim whitespace when serializing UnresolvedStyleValue 2025-09-26 07:30:10 +01:00
custom-property-registration-document-adoption.txt LibWeb: Filter non-inheriting registered custom properties on inherit 2026-04-22 20:59:00 +02:00
custom-property-registration-invalidation.txt LibWeb: Filter non-inheriting registered custom properties on inherit 2026-04-22 20:59:00 +02:00
custom-property-structural-sharing.txt LibWeb: Use structural sharing for CSS custom properties 2026-02-13 14:57:15 +01:00
custom-property-unset-on-root.txt LibWeb/CSS: Support inherit custom properties on :root 2025-07-15 10:36:08 +02:00
descriptor-value-trailing-semicolon.txt LibWeb: Consider semicolon in parse_descriptor_value a SyntaxError 2026-03-30 19:57:36 +01:00
dir-auto-text-mutation-descendant-invalidation.txt LibWeb: Invalidate dir=auto descendant styles on text mutation 2026-04-26 10:40:58 +02:00
dir-pseudo-on-form-associated-element.txt LibWeb: Cast to the correct type in Element::auto_directionality() 2024-05-28 09:51:07 +02:00
disallowed-font-variants.txt LibWeb: Parse font-variant-alternates functions 2026-02-20 22:01:44 +00:00
document-font-removed-on-style-sheet-removal.txt LibWeb: Remove font face from document font source when disconnecting 2026-01-10 03:33:03 +00:00
element-opacity-change-invalidation.txt LibWeb: Don't assume opacity values are CSS numbers 2023-07-31 09:16:18 +02:00
element-requires-update-if-navigable-container-does.txt LibWeb: Check navigable container for whether element needs style update 2026-03-09 14:36:18 +00:00
expanded-longhand-transition.txt LibWeb: Use expanded longhands when computing transition properties 2025-09-11 06:08:07 +01:00
fit-content-composition.txt LibWeb: Implement composition for FitContentStyleValue 2026-04-09 21:41:49 +01:00
fit-content-interpolation.txt LibWeb: Implement interpolation for FitContentStyleValue 2026-04-09 21:41:49 +01:00
fit-content-parsing-with-whitespace.txt LibWeb/CSS: Allow whitespace inside fit-content() function 2025-02-27 13:30:36 +00:00
font-face-connection-disconnection.txt LibWeb: Disconnect and replace FontFace on @font-face src change 2026-01-05 16:15:58 +00:00
font-face-font-family-string.txt LibWeb: Support setting FontFace::family with StringStyleValue 2026-01-13 10:40:00 +00:00
font-face-load-dedups-same-url.txt LibWeb: Dedup @font-face fetches by source URL 2026-04-25 17:06:28 +02:00
font-face-probe-does-not-trigger-load.txt LibGfx+LibWeb: Only trigger @font-face loads from text shaping 2026-04-25 17:06:28 +02:00
font-face-serialization.txt LibWeb: Don't compute font-feature-settings until compute-time 2026-01-13 10:21:26 +00:00
font-face-set-load-filters-by-text.txt LibWeb: Honor text argument of FontFaceSet.load() / .check() 2026-04-25 17:06:28 +02:00
font-face-unicode-range-load-gating.txt LibWeb+LibGfx: Defer @font-face fetches until a codepoint renders 2026-04-25 17:06:28 +02:00
font-face-width-matching.txt LibWeb: Filter by font width before weight in font matching 2026-04-24 20:19:38 +02:00
font-face-with-prelude-is-invalid.txt LibWeb/CSS: Reject @font-face and margin rules that have a prelude 2025-08-04 10:50:09 +01:00
font-family-with-dash-prefix.txt LibWeb: Allow font-family names to start with - 2023-07-06 14:30:06 +02:00
font-implicitly-reset-properties.txt LibWeb: Support CSS font-optical-sizing property 2026-02-03 11:44:25 +00:00
font-language-override-short.txt LibWeb: Use correct specifier to pad font language override value 2024-11-18 17:38:03 -05:00
font-size-rem-units-on-root-element.txt LibWeb: Prevent infinitely growing font size due to rem units in root 2025-03-05 22:46:06 +01:00
font-weight-keywords-animated.txt LibWeb: Store font-weight in ComputedProperties in computed form 2025-09-19 10:06:33 +01:00
font-weight-range.txt LibWeb/CSS: Parse @font-face { font-weight } with two values 2026-02-24 10:05:09 +00:00
FontFace-arraybuffer-matching.txt LibWeb: Register JS-created FontFace objects for font matching 2026-04-05 00:13:35 +02:00
FontFace-attributes-unaffected-by-disconnection-from-css.txt LibWeb: Store updated attributes directly within FontFace 2026-01-13 10:40:00 +00:00
FontFace-binary-data.txt LibWeb: Support loading FontFaces constructed with binary data 2024-05-14 12:31:10 -06:00
FontFace-load-urls.txt LibWeb: Implement FontFace.load() for url() based font sources 2024-05-16 08:02:43 +02:00
FontFace.txt LibWeb/CSS: Use descriptor parsing in FontFace setters 2025-04-07 10:00:21 +01:00
FontFaceSet-check.txt LibWeb: Implement FontFaceSet.check() 2026-03-27 15:28:59 +00:00
FontFaceSet-load.txt LibWeb: Support <custom-ident> in FontFaceSet::load() 2026-01-13 10:40:00 +00:00
FontFaceSet-setlike.txt LibWeb: Mark FontFaceSet as a setlike IDL interface 2024-05-23 10:57:34 +02:00
function-parameter-default-value-asf.txt LibWeb: Validate ASF syntax at parse time 2026-03-30 19:57:36 +01:00
getComputedStyle-blockification-on-parent-display-change.txt LibWeb: Recompute child style when parent's display changes 2026-01-26 12:40:36 +01:00
getComputedStyle-display-short-serialization.txt
getComputedStyle-grid-template-rows.txt LibWeb: Don't serialize empty grid line names from implicit lines 2026-01-03 16:41:31 +01:00
getComputedStyle-item-does-not-return-invalid-propertyid-on-length-boundary.txt LibWeb: Fix OBOE in bounds check of ResolvedCSSStyleDeclaration#item 2024-11-14 19:50:22 +01:00
getComputedStyle-no-paintable-box.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
getComputedStyle-print-all.txt LibWeb: Add valid normal and none keywords for position-anchor 2026-04-01 19:41:46 +01:00
getComputedStyle-pseudo-element.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
getComputedStyle-relative-property-values.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
getComputedStyle-targeted-style-update.txt LibWeb: Fix style inheritance for slotted elements 2026-02-13 10:22:30 +01:00
getComputedStyle-transform.txt LibWeb/CSS: Remove Transformation in favor of TransformationStyleValue 2025-12-19 14:51:53 +01:00
getComputedStyle-url-var-serialization.txt LibWeb: Preserve opening quotation in string token original source text 2025-02-05 16:02:09 +00:00
getPropertyValue-shorthand-with-var.txt LibWeb/CSS: Serialize shorthands with var() to original value 2026-01-15 11:50:45 +00:00
gradient-display-p3-linear-parsing.txt LibWeb: Use generic <color-interpolation-method> parsing for gradients 2026-03-18 13:21:57 +00:00
gradient-position-serialization.txt LibWeb: Improve gradient position serialization 2026-01-02 11:43:10 +01:00
grid-row-start-tree-counting-function.txt LibWeb: Store GridTrackPlacement sub-values as StyleValues 2026-03-30 14:05:10 +01:00
group-inserted-rule-stylesheet-parent.txt LibWeb: Update CSSRule parent style sheet whenever parent rule changes 2025-06-23 15:21:36 +01:00
has-result-caching.txt LibWeb: Add result caching for :has() pseudo-class matching 2026-01-04 19:36:40 +01:00
hsl-with-number-percentage-calc.txt LibWeb/CSS: Correct matching of calc() against <number-percentage> 2024-10-30 20:58:16 +01:00
HTMLLinkElement-sheet.txt LibWeb: Implement the HTMLLinkElement.sheet attribute 2025-03-17 14:47:20 +01:00
import-rule-shift-jis.txt LibWeb: Allow CSS @import rule to import non-UTF-8 style sheets 2024-10-12 19:20:22 +02:00
inherit-scrollbar-color.txt LibWeb: Mark scrollbar-color property as inherited 2025-12-29 16:11:13 +01:00
inherited-animated-values-overwriting-non-inherited.txt LibWeb: Dont overwrite animated values in recompute_inherited_style 2025-11-28 16:15:49 +00:00
initially-paused-animation.txt LibWeb: Don't play initially-paused animations 2025-06-18 17:17:29 +02:00
insert-import-rule-into-constructed-stylesheet.txt LibWeb: Disallow inserting @import rules into a constructed stylesheet 2024-02-24 21:59:28 +01:00
insert-rule-constraints.txt LibWeb: Throw error in insertRule when rule violates constraints 2025-06-23 12:52:40 +01:00
insert-rule-in-adopted-style-sheet.txt LibWeb: Fix insert/delete rule invalidation for adopted style sheets 2025-01-13 23:03:07 +01:00
insert-rule-in-shadow-root-style-sheet.txt LibWeb: Narrow inline stylesheet insertRule() invalidation 2026-04-23 16:45:22 +02:00
insert-rule-keyframes-shadow-host-invalidation-counters.txt LibWeb: Scope broad shadow-root stylesheet invalidation 2026-04-23 16:45:22 +02:00
insert-rule-keyframes-shadow-slotted-cross-sheet-invalidation.txt LibWeb: Narrow @keyframes insertRule() invalidation 2026-04-23 16:45:22 +02:00
insert-rule-keyframes-shadow-tree-invalidation.txt LibWeb: Narrow @keyframes insertRule() invalidation 2026-04-23 16:45:22 +02:00
insert-rule-keyframes-starts-animation.txt LibWeb: Narrow @keyframes insertRule() invalidation 2026-04-23 16:45:22 +02:00
insert-rule-keyframes-style-invalidation-counters.txt LibWeb: Narrow @keyframes insertRule() invalidation 2026-04-23 16:45:22 +02:00
insert-rule-quoted-keyframes-invalidation.txt LibWeb: Parse @keyframes name as logical string, not token text 2026-04-22 20:59:00 +02:00
insert-rule-shadow-root-slotted-invalidation.txt LibWeb: Narrow @keyframes insertRule() invalidation 2026-04-23 16:45:22 +02:00
insert-rule-style-invalidation-counters.txt LibWeb: Narrow inline stylesheet insertRule() invalidation 2026-04-23 16:45:22 +02:00
inserted-subtree-styles-are-computed.txt Tests: Add inserted-subtree style computation test 2026-04-26 10:40:58 +02:00
integer-clamped-to-32-bit-range-at-parse-time.txt LibWeb: Clamp CSS <integer> value to i32 at parse time 2026-03-26 12:30:01 +01:00
internal-stylesheet-does-not-have-href.txt LibWeb/CSS: Do not give internal stylesheets a location URL 2026-01-09 10:54:11 +00:00
invalid-font-variant-css-text.txt LibWeb: Handle serialization of invalid font-variant in all contexts 2025-07-15 14:26:02 +01:00
invalid-selector-in-has.txt LibWeb/CSS: Disallow :has() and pseudo-elements in :has() when parsing 2024-11-14 19:51:45 +01:00
invalidate-sibling-affected-by-has.txt LibWeb: Check all siblings in ancestors chain while invalidating :has() 2025-02-12 16:15:14 +01:00
keyframes-css-rules.txt LibWeb: Store CSS color name in CSSRGB 2024-11-25 11:51:50 +01:00
layer-rule.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
legacy-color-value.txt Tests/LibWeb: Add some text tests for 'parsing a legacy color value' 2023-06-05 06:54:33 +02:00
logical-alias-computed-no-layout-node.txt LibWeb: Map logical aliases at compute rather than cascade time 2026-03-25 12:53:22 +00:00
logical-border-radius-computed.txt LibWeb: Correctly parse logical border-*-*-radius shorthands 2026-01-25 10:22:10 +01:00
margin-rule-with-prelude-is-invalid.txt LibWeb/CSS: Reject @font-face and margin rules that have a prelude 2025-08-04 10:50:09 +01:00
math-depth-absolutization.txt LibWeb: Compute math-depth in line with other font properties 2026-01-15 12:03:16 +00:00
math-depth-auto-add-math-style-inherit.txt LibWeb: Use inherited value of math-style when computing math-depth 2025-08-22 09:48:52 +02:00
math-depth-maintain-property-flags.txt LibWeb: Don't store resolved math depth directly 2026-01-15 12:03:16 +00:00
math-depth-relative-lengths-in-calc.txt LibWeb: Support relative lengths in math-depth calcs 2025-08-22 09:48:52 +02:00
math-depth.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
media-query-serialization-basic.txt LibWeb/CSS: Make dimension types serialize in resolved form 2025-05-17 07:53:24 +01:00
MediaList-delete-medium.txt LibWeb: Throw NotFoundError in MediaList::delete_medium() 2026-02-09 21:44:47 +01:00
move-loaded-link-stylesheet-between-documents.txt LibWeb: Skip HTMLLinkElement resource fetching for documents without BC 2024-04-25 09:31:01 +02:00
multiple-animations.txt LibWeb: Support triggering multiple animations per animation property 2025-10-27 09:48:25 +00:00
namespace-rules.txt LibWeb: Throw error on insertRule with disallowed @namespace rule 2025-06-09 11:56:24 +01:00
nearest-integer-rounds-up-on-half.txt LibWeb: Round up on half when rounding to nearest integer in CSS 2026-03-26 12:30:01 +01:00
negative-border-radius-disallowed.txt LibWeb: Validate literal numeric values at parse time 2026-04-22 14:24:12 +01:00
negative-overflow-clip-margin-length-disallowed.txt LibWeb: Validate literal numeric values at parse time 2026-04-22 14:24:12 +01:00
nested-shorthand-css-wide-keyword-serialization.txt LibWeb: Handle nested shorthands in all-same-CSS-wide-keyword to_string 2025-06-16 12:37:40 +01:00
no-combinators-allowed-in-compound-selector-in-pseudos.txt LibWeb/CSS: Reject trailing tokens inside :host() pseudo-class 2026-04-08 15:53:02 +01:00
non-invertible-transform-hit-testing.txt LibWeb: Skip hit-testing for elements with non-invertible transforms 2026-02-19 14:33:31 +00:00
omitted-circle-function-position-interpolation.txt LibWeb: Omit default radius from serialization of CSS circle() 2025-12-12 12:20:16 +00:00
pad-descriptor-calculated-value.txt LibWeb: Support calculated value in @counter-style pad descriptor 2026-02-12 01:26:52 +01:00
page-bleed.txt LibWeb/CSS: Parse @page bleed, marks, page-orientation descriptors 2025-05-15 09:53:29 +01:00
page-marks.txt LibWeb/CSS: Parse @page bleed, marks, page-orientation descriptors 2025-05-15 09:53:29 +01:00
page-page-orientation.txt LibWeb/CSS: Parse @page bleed, marks, page-orientation descriptors 2025-05-15 09:53:29 +01:00
parse-dir-selector.txt LibWeb/CSS: Parse an ident in :dir(), not a keyword 2025-05-17 00:30:44 +02:00
parse-nested-pseudo-selectors-as-selectors.txt LibWeb: Add a CSS parsing test for selectors containing ':' in @media 2024-10-14 08:08:37 +02:00
part-does-not-match-selection.txt LibWeb: Don't match ::part() selectors against unrelated pseudo-elements 2026-03-03 10:03:03 +01:00
part-has-target.txt LibWeb: Delay generic :has() sibling scans until sibling roots 2026-04-20 13:20:41 +02:00
pending-layout-changes-parent-get-animations.txt LibWeb: Always do parent document layout updates before updating style 2025-11-02 23:54:00 +01:00
placeholder-custom-properties.txt LibWeb: Allow custom properties on pseudo-elements with property lists 2026-03-04 13:36:53 +01:00
property-driven-sibling-invalidation.txt LibWeb: Implement sibling invalidation sets 2026-03-09 18:35:46 +01:00
PropertyOwningCSSStyleDeclaration-serialized-custom-properties.txt LibWeb: Store CSS color name in CSSRGB 2024-11-25 11:51:50 +01:00
pseudo-class-invalidation-has-above-common-ancestor.txt LibWeb: Scope pseudo-class invalidation to common ancestor 2026-01-27 10:58:47 +01:00
pseudo-class-invalidation-scoped-to-common-ancestor.txt LibWeb: Scope pseudo-class invalidation to common ancestor 2026-01-27 10:58:47 +01:00
pseudo-elements-on-hover.txt LibWeb: Invalidate pseudo-elements on hover even when not yet created 2026-03-24 10:23:35 -04:00
pseudo-style-invalidation-after-node-removal.txt LibWeb: Invalidate sibling style for :only-child and :*-of-type 2025-05-07 14:55:12 +03:00
range-descriptor-calculated-value.txt LibWeb: Support calculated values in @counter-style range descriptor 2026-02-12 01:26:52 +01:00
range-descriptor-invalid-keyword.txt LibWeb: Add method to parse specific CSS keyword 2026-04-29 11:42:57 +01:00
recompute-inherited-style-animated-properties.txt LibWeb: Propagate animated values in recompute_inherited_style 2025-08-21 10:46:55 +01:00
registered-property-invalid-initial-value.txt LibWeb: Ensure <declaration-value>? descriptors are valid 2026-03-26 01:11:39 +00:00
remove-property-shortand.txt LibWeb: Resolve FIXME around shorthand properties in remove_property() 2025-06-04 16:34:31 +01:00
replace-calc-function-with-same-kind-but-fewer-arguments.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
revert-all.txt LibWeb: Don't crash on CSS all: revert 2024-08-04 11:49:44 +02:00
revert-ignores-layers.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
revert-layer.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
rotate-interpolation-same-axis.txt Tests: Make rotation interpolation test use stable boolean checks 2026-03-21 23:16:32 -05:00
selection-with-var-in-shorthand-crash.txt LibWeb: Resolve var() in shorthands before pseudo-element filtering 2026-03-30 12:46:20 +01:00
sending-animationcancel-event-crash.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
serialization-of-easing-keywords-and-equivalent-functions.txt LibWeb: Maintain easing keywords as KeywordStyleValue until use-time 2025-10-20 11:27:44 +01:00
serialize-at-font-face-missing-font-family.txt LibWeb: Don't crash when serializing @font-face without font-family 2026-01-13 10:40:00 +00:00
serialize-invalid-forgiving-selectors.txt LibWeb/CSS: Keep invalid parts of <forgiving-selector-list>s around 2024-11-14 13:20:01 +01:00
serialize-shorthand-with-conflicting-logical-alias.txt LibWeb: Respect logical property groups when serializing shorthands 2025-07-16 11:16:49 +01:00
set-style-declaration-shorthand.txt LibWeb: Reset border-image to initial value when using border 2025-09-15 08:42:22 +01:00
setting-unparsed-value-with-invalid-asf-throws.txt LibWeb: Validate ASF syntax at parse time 2026-03-30 19:57:36 +01:00
shadow-host-animation-name-uses-shadow-root-keyframes.txt LibWeb: Fix @keyframes resolution for slotted elements 2026-04-22 20:59:00 +02:00
shadow-media-query-invalidation-stays-scoped.txt LibWeb: Scope media rule cache invalidation 2026-04-28 09:49:50 +02:00
shadow-root-dirty-style-update-before-layout.txt LibWeb: Scope media rule cache invalidation 2026-04-28 09:49:50 +02:00
shadow-root-host-keyframes-invalidation.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
shadow-root-host-light-dom-trailing-universal-invalidation.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
shadow-root-keyframes-shadow-local-invalidation-counters.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
shadow-root-layer-order-shadow-local-invalidation.txt LibWeb: Scope broad shadow-root stylesheet invalidation 2026-04-23 16:45:22 +02:00
shadow-root-replacesync-host-invalidation.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
shadow-root-replacesync-shadow-local-invalidation-counters.txt LibWeb: Don't treat first media-query evaluation as a flip 2026-04-28 19:06:29 +02:00
shadow-root-replacesync-slot-only-invalidation-counters.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
shadow-root-replacesync-slot-style-invalidation.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
shadow-root-replacesync-slotted-invalidation.txt LibWeb: Scope broad shadow-root stylesheet invalidation 2026-04-23 16:45:22 +02:00
shadow-root-slot-ancestor-style-sheet-mutations.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
shadow-root-slot-style-add-remove-invalidation-counters.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
shadow-root-slot-style-add-remove-invalidation.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
shadow-root-stylesheet-add-remove-shadow-local-invalidation-counters.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
shadow-slotted-animation-name-prefers-document-keyframes.txt LibWeb: Fix @keyframes resolution for slotted elements 2026-04-22 20:59:00 +02:00
shadow-slotted-animation-name-shared-constructable-sheet-prefers-document-keyframes.txt LibWeb: Fix @keyframes resolution for slotted elements 2026-04-22 20:59:00 +02:00
shadow-slotted-animation-name-uses-shadow-root-keyframes.txt LibWeb: Fix @keyframes resolution for slotted elements 2026-04-22 20:59:00 +02:00
showing-hidden-animation.txt LibWeb: Don't play initially-paused animations 2025-06-18 17:17:29 +02:00
singular-percentage-calc-crash.txt LibWeb/CSS: Recalculate calc() numeric type when resolving percentages 2025-01-04 18:47:44 +00:00
slot-style-inheritance.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
small-aspect-ratio.txt LibWeb: Avoid division by zero with small aspect ratios 2025-07-13 05:41:48 +02:00
src-function.txt LibWeb/CSS: Add alternative src() syntax for URLs 2025-06-11 16:26:23 +02:00
string-serializes-with-quotes.txt LibWeb: Serialize StringStyleValue with quotes 2023-09-12 14:29:21 +01:00
stroke-dasharray-animation.txt LibWeb/CSS: Implement stroke-dasharray interpolation 2026-04-27 19:06:01 +02:00
style-attribute-no-op-invalidation-counters.txt Tests: Report invalidation counters without PASS/FAIL judgment 2026-04-26 10:40:58 +02:00
style-attribute-serialization-with-var-in-grid-properties.txt LibWeb: Include grid-auto-* longhands in grid shorthand parsing 2026-02-09 17:36:12 +01:00
style-declaration-parent-rule.txt LibWeb/CSS: Move property code from CSSStyleDeclaration to *Properties 2025-03-19 13:53:00 +00:00
style-sheet-with-byte-order-mark.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
stylesheet-add-remove-column-trailing-universal-invalidation-counters.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
stylesheet-add-remove-font-feature-values-invalidation.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
stylesheet-add-remove-host-targeted-invalidation-shadow-root.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
stylesheet-add-remove-imported-broad-invalidation.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
stylesheet-add-remove-inactive-media-no-broad-invalidation.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
stylesheet-add-remove-layer-order-invalidation.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
stylesheet-add-remove-style-invalidation-counters.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
stylesheet-add-targeted-invalidation-shadow-root.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
stylesheet-add-targeted-invalidation.txt LibWeb: Use targeted style invalidation when adding a new stylesheet 2026-02-02 21:08:30 +01:00
stylesheet-disabled-toggle-invalidation.txt LibWeb: Invalidate stylesheet owners when disabled state changes 2026-04-23 16:45:22 +02:00
stylesheet-remove-pseudo-element-only-invalidation.txt LibWeb: Narrow stylesheet add/remove invalidation 2026-04-23 16:45:22 +02:00
supports.txt LibWeb/CSS: Add the env() function to @supports conditions 2026-03-29 21:27:20 +01:00
text-decoration-line-none.txt LibWeb: Reject non-exclusive none in text-decoration-line 2025-11-13 10:15:02 +01:00
text-transform-dynamic-change.txt LibWeb: Round offsetWidth and offsetHeight 2026-04-03 14:29:44 +02:00
text-transform-invalidation-on-media-query-change.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
text-underline-position.txt LibWeb: Draw text decoration lines with the right offset 2026-03-26 12:15:36 +00:00
transform-non-invertible-discrete-fallback.txt LibWeb: Fall back to discrete interpolation for non-invertible matrices 2026-03-21 23:16:32 -05:00
transform-origin-serialization.txt LibWeb: Parse the transform-origin z-value 2025-06-15 16:01:54 +02:00
transform-serialization.txt LibWeb/CSS: Serialize transform scale percentage values as numbers 2024-07-04 14:41:35 +02:00
transition-basics.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
transition-behavior-multiple.txt LibWeb: Allow multiple values for transition-behavior 2025-11-28 16:15:49 +00:00
transition-cancelled-on-property-change.txt LibWeb: Don't deassociate animations when deregistering transitions 2025-11-23 09:43:24 +01:00
transition-coordination.txt LibWeb: Dont skip invalid properties when coordinating transition list 2025-10-23 10:09:11 +01:00
transition-css-wide-keyword.txt LibWeb: Propagate CSS-wide keyword to transition longhands 2025-06-16 12:37:40 +01:00
transition-longhand-var-serialization.txt LibWeb: Skip shorthand serialization for var() longhands 2026-03-06 13:43:33 +01:00
transition-ordering.txt LibWeb: Make transition order return -1 and 1 instead of 0 and 1 2025-11-11 21:57:47 +01:00
transition-properties-updated-on-duration-change.txt LibWeb: Ensure registered transitions are reflective of properties 2025-11-23 09:43:24 +01:00
transition-properties-updated-on-property-name-changed-in-same-css-style-properties.txt LibWeb: Ensure registered transitions are reflective of properties 2025-11-23 09:43:24 +01:00
transition-style-invalidation-crash.txt LibWeb/CSS: Stop invalidating style when setting an animation's effect 2024-10-15 08:43:26 -04:00
typed-om-mask-type-not-list-valued.txt LibWeb: Don't mark mask-type as list-valued 2025-12-02 12:14:27 +00:00
typed-om-set-updates-style-attribute.txt LibWeb: Update style attribute when calling attributeStyleMap.set() 2025-12-02 11:37:11 +00:00
unicode-bidi-computed-values.txt LibWeb/CSS: Add support for unicode-bidi property 2024-10-07 14:57:15 +01:00
unicode-range-all-wildcard.txt LibWeb: Use substrings instead of pointers when parsing unicode ranges 2024-11-05 14:01:45 +00:00
unknown-pseudo-elements-crash.txt LibWeb: Add test for getComputedStyle with a PseudoElement argument 2024-12-19 19:35:57 +00:00
unknown-webkit-pseudo-element-serialization.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
url-style-property-value.txt LibWeb: Include "url(" in the original source text of URL tokens 2025-12-10 20:50:02 +01:00
var-fallback-trailing-whitespace.txt LibWeb: Handle trailing whitespace in display value parsing 2026-03-21 21:42:44 -05:00
var-in-margin-shorthand.txt LibWeb/CSS: Use PendingSubstitutionValue for unresolved shorthands 2025-05-14 11:46:47 +01:00
var-uses-fallback-value-if-custom-property-is-empty.txt LibWeb/CSS: Use fallback var() value if custom property is empty 2025-02-16 09:19:19 +01:00
webkit-keyframes-alias.txt LibWeb: Support @-webkit-keyframes as an alias for @keyframes 2026-01-25 09:33:24 +01:00
white-space-trim.txt LibWeb: Parse and propagate white-space-trim CSS property 2025-05-29 12:04:28 +02:00
white-space.txt LibWeb: Convert white-space CSS property to shorthand 2025-05-29 12:04:28 +02:00