ladybird/Tests/LibWeb/Text/input/css
norbiros 7ad01d28a8 LibWeb/CSS: Add basic registered properties with initial values
Add global registry for registered properties and partial support
for `@property` rule. Enables registering properties with initial
values. Also adds basic retrieval via `var()`.

Note: This is not a complete `@property` implementation.
2025-07-18 11:12:39 +01:00
..
abspos-contributes-overflow-rect-into-containing-block-with-inline-children.html LibWeb: Allow descendant boxes to contribute in overflow rect of parent 2025-07-06 17:10:18 +02:00
all-with-invalid-value.html LibWeb: Add support for the 'all' CSS property 2025-06-12 15:25:35 +01:00
animate-with-many-keyframes.html LibWeb: Don't skip last keyframe 2025-06-23 21:01:26 +02:00
animating-transform-with-calc-crash.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
animating-unresolved-properties-crash.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
at-property-initial-value-background-color.html LibWeb/CSS: Add basic registered properties with initial values 2025-07-18 11:12:39 +01:00
attr-serialization.html LibWeb: Remove now-invalid attr() type support 2025-07-09 16:44:20 +01:00
attribute-selector-case-sensitivity.html
background-size-animation-crash.html LibWeb: Don't crash when interpolating single-value repeatable lists 2025-06-02 11:33:01 +01:00
border-image-non-fill-keyword.html 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.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
calc-coverage.html
calc-missing-context.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
changing-animation-name-crash.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
constructed-style-sheets.html
css-hsl-with-calc.html
CSSConditionRule-conditionText-readonly.html
cssFloat-property.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
CSSImportRule-supportsText.html LibWeb: Implement CSSImportRule.supportsText 2025-03-19 16:42:51 +01:00
CSSPropertyRule-invalid-rules.html
CSSPropertyRule-properties-readonly.html
CSSRule-type.html
CSSStyleDeclaration-custom-properties-2.html LibWeb: Fix underinvalidation when inline style has custom properties 2025-01-28 11:38:06 +00:00
CSSStyleDeclaration-custom-properties.html
CSSStyleDeclaration-has-indexed-property-getter.html Tests/LibWeb: Print properties without indexes 2025-06-01 19:09:10 +01:00
CSSStyleDeclaration-modify-computed.html
CSSStyleProperties-all-supported-properties-and-default-values.html LibWeb/CSS: Move property code from CSSStyleDeclaration to *Properties 2025-03-19 13:53:00 +00:00
CSSStyleRule-pseudoElement-selectorText.html LibWeb: Correctly handle serialization of PseudoElements 2025-06-24 12:44:44 +01:00
CSSStyleRule-set-selectorText.html
CSSStyleSheet-addRule.html
CSSStyleSheet-constructor.html
CSSStyleSheet-removeRule.html
CSSStyleSheet-replace.html
CSSStyleSheet-replaceSync.html
cubic-bezier-infinite-slope-crash.html
custom-ident-parsing.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
custom-properties-from-all-layers.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
custom-property-computed-value.html LibWeb: Produce computed values for custom properties 2025-07-09 16:44:20 +01:00
custom-property-unset-on-root.html LibWeb/CSS: Support inherit custom properties on :root 2025-07-15 10:36:08 +02:00
dir-pseudo-on-form-associated-element.html
element-opacity-change-invalidation.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
fit-content-parsing-with-whitespace.html LibWeb/CSS: Allow whitespace inside fit-content() function 2025-02-27 13:30:36 +00:00
font-face-serialization.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
font-family-with-dash-prefix.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
font-implicitly-reset-properties.html LibWeb/CSS: Make font implicitly reset some properties 2025-02-12 16:00:42 +00:00
font-language-override-short.html
font-size-rem-units-on-root-element.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
FontFace-binary-data.html
FontFace-load-urls.html
FontFace.html
FontFaceSet-load.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
FontFaceSet-setlike.html
getComputedStyle-display-short-serialization.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
getComputedStyle-grid-template-rows.html LibWeb: Skip serialization of implicit grid lines created during layout 2025-06-25 20:45:48 +02:00
getComputedStyle-item-does-not-return-invalid-propertyid-on-length-boundary.html
getComputedStyle-no-paintable-box.html
getComputedStyle-print-all.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
getComputedStyle-pseudo-element.html
getComputedStyle-relative-property-values.html
getComputedStyle-transform.html LibWeb: Coerce NaNs to 0 when escaping top-level calculations 2025-03-25 19:53:36 +00:00
getComputedStyle-url-var-serialization.html LibWeb: Preserve opening quotation in string token original source text 2025-02-05 16:02:09 +00:00
group-inserted-rule-stylesheet-parent.html LibWeb: Update CSSRule parent style sheet whenever parent rule changes 2025-06-23 15:21:36 +01:00
hsl-with-number-percentage-calc.html
HTMLLinkElement-sheet.html LibWeb: Implement the HTMLLinkElement.sheet attribute 2025-03-17 14:47:20 +01:00
import-rule-shift-jis.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
initially-paused-animation.html LibWeb: Don't play initially-paused animations 2025-06-18 17:17:29 +02:00
insert-import-rule-into-constructed-stylesheet.html
insert-rule-constraints.html LibWeb: Throw error in insertRule when rule violates constraints 2025-06-23 12:52:40 +01:00
insert-rule-in-adopted-style-sheet.html LibWeb: Fix insert/delete rule invalidation for adopted style sheets 2025-01-13 23:03:07 +01:00
invalid-font-variant-css-text.html LibWeb: Handle serialization of invalid font-variant in all contexts 2025-07-15 14:26:02 +01:00
invalid-selector-in-has.html
invalidate-sibling-affected-by-has.html LibWeb: Check all siblings in ancestors chain while invalidating :has() 2025-02-12 16:15:14 +01:00
keyframes-css-rules.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
layer-rule.html
legacy-color-value.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
math-depth.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
media-query-serialization-basic.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
move-loaded-link-stylesheet-between-documents.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
namespace-rules.html LibWeb: Throw error on insertRule with disallowed @namespace rule 2025-06-09 11:56:24 +01:00
nested-shorthand-css-wide-keyword-serialization.html LibWeb: Handle nested shorthands in all-same-CSS-wide-keyword to_string 2025-06-16 12:37:40 +01:00
page-bleed.html LibWeb/CSS: Parse @page bleed, marks, page-orientation descriptors 2025-05-15 09:53:29 +01:00
page-marks.html LibWeb/CSS: Parse @page bleed, marks, page-orientation descriptors 2025-05-15 09:53:29 +01:00
page-page-orientation.html LibWeb/CSS: Parse @page bleed, marks, page-orientation descriptors 2025-05-15 09:53:29 +01:00
parse-dir-selector.html Tests: Create a test for :dir() parsing/serialization 2025-05-17 00:30:44 +02:00
parse-nested-pseudo-selectors-as-selectors.html
PropertyOwningCSSStyleDeclaration-serialized-custom-properties.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
pseudo-style-invalidation-after-node-removal.html LibWeb: Invalidate sibling style for :only-child and :*-of-type 2025-05-07 14:55:12 +03:00
remove-property-shortand.html 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.html
revert-all.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
revert-ignores-layers.html
revert-layer.html
sending-animationcancel-event-crash.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
serialize-invalid-forgiving-selectors.html
serialize-shorthand-with-conflicting-logical-alias.html LibWeb: Respect logical property groups when serializing shorthands 2025-07-16 11:16:49 +01:00
set-style-declaration-shorthand.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
showing-hidden-animation.html LibWeb: Don't play initially-paused animations 2025-06-18 17:17:29 +02:00
singular-percentage-calc-crash.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
small-aspect-ratio.html LibWeb: Avoid division by zero with small aspect ratios 2025-07-13 05:41:48 +02:00
src-function.html LibWeb/CSS: Add alternative src() syntax for URLs 2025-06-11 16:26:23 +02:00
string-serializes-with-quotes.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
style-declaration-parent-rule.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
style-sheet-with-byte-order-mark.css
style-sheet-with-byte-order-mark.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
supports.html
text-transform-dynamic-change.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
text-transform-invalidation-on-media-query-change.html
transform-origin-serialization.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
transform-serialization.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
transition-basics.html
transition-css-wide-keyword.html LibWeb: Propagate CSS-wide keyword to transition longhands 2025-06-16 12:37:40 +01:00
transition-style-invalidation-crash.html
unicode-bidi-computed-values.html
unicode-range-all-wildcard.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
unknown-pseudo-elements-crash.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
unknown-webkit-pseudo-element-serialization.html
update-pseudo-elements-on-hover.html
var-in-margin-shorthand.html LibWeb/CSS: Use PendingSubstitutionValue for unresolved shorthands 2025-05-14 11:46:47 +01:00
var-uses-fallback-value-if-custom-property-is-empty.html LibWeb/CSS: Use fallback var() value if custom property is empty 2025-02-16 09:19:19 +01:00
white-space-trim.html LibWeb: Parse and propagate white-space-trim CSS property 2025-05-29 12:04:28 +02:00
white-space.html LibWeb: Convert white-space CSS property to shorthand 2025-05-29 12:04:28 +02:00