ladybird/Tests/LibWeb/Text/expected/wpt-import/css
Sam Atkins 089f70a918 LibWeb/CSS: Reify StyleValues in StylePropertyMap get()/getAll()
The limitations right now are:
- We don't know if a property is a list or not.
- We always reify as a CSSStyleValue directly.

So, we pass some tests but only ones that expect a CSSStyleValue.
2025-08-18 10:12:53 +01:00
..
compositing LibWeb/Canvas: Correctly return globalCompositeOperation 2025-02-24 13:55:51 +00:00
css-align LibWeb/CSS: Backtrack the parser if a property does not accept a value 2025-06-14 08:22:56 +02:00
css-anchor-position LibWeb: Parse anchor() function for inset properties 2025-08-03 22:09:31 +02:00
css-animations LibWeb: Disallow default as a keyframe name 2025-06-14 17:56:10 -04:00
css-backgrounds LibWeb: Clamp and censor top-level calc results 2025-08-11 17:10:04 +01:00
css-box LibWeb: Add flow relative values for the clear property 2025-06-17 09:26:26 +02:00
css-cascade LibWeb: Implement the color-interpolation property for SVG gradients 2025-08-17 10:51:05 +02:00
css-color LibWeb: Serialize RGB, HWB and HSL colors with unresolved components 2025-07-16 13:05:33 +01:00
css-conditional LibWeb: Implement matches attribute on CSSSupportsRule and CSSMediaRule 2025-07-11 10:57:19 +02:00
css-contain Tests: Synchronize imported tests with the WPT repository 2025-06-22 23:51:34 +02:00
css-display LibWeb: Ensure discrete interpolated properties are non-transitionable 2025-05-27 13:33:29 +02:00
css-easing LibWeb: Allow calc() values in cubic-bezier() easing functions 2025-06-18 08:57:06 +02:00
css-env LibWeb/CSS: Implement env() as an arbitrary substitution function 2025-08-07 16:38:29 +02:00
css-flexbox LibWeb: Clamp and censor top-level calc results 2025-08-11 17:10:04 +01:00
css-font-loading LibWeb: Resolve FontFaceSet::load promise with all loaded FontFaces 2025-07-21 16:29:55 +01:00
css-fonts LibWeb: Clamp and censor top-level calc results 2025-08-11 17:10:04 +01:00
css-grid LibWeb: Parse grid track placements closer to spec 2025-07-08 17:26:16 +01:00
css-images LibWeb: Parse all transition-property value as keyword 2025-04-27 09:49:00 +01:00
css-lists/parsing LibWeb/CSS: Remove unnecessary shorthand serialization special cases 2025-04-07 11:38:56 +01:00
css-logical LibWeb: Absolutize CalculatedSVs in StyleComputer::absolutize_values 2025-08-06 17:44:12 +01:00
css-masking LibWeb/CSS: Serialize mask shorthand-property properly 2025-08-06 23:09:07 +01:00
css-multicol/parsing LibWeb/CSS: Backtrack the parser if a property does not accept a value 2025-06-14 08:22:56 +02:00
css-nesting Tests: Synchronize imported tests with the WPT repository 2025-06-22 23:51:34 +02:00
css-page LibWeb/CSS: Add basic implementation of CSSMarginRule 2025-05-16 11:01:39 +01:00
css-properties-values-api LibWeb/CSS: Parse initial value using syntax from @property 2025-08-04 11:08:46 +01:00
css-pseudo LibWeb: Implement ::file-selector-button pseudo element 2024-12-05 10:49:57 +00:00
css-scoping LibWeb/CSS: Parse the ::slotted pseudo-element 2025-07-15 13:54:17 +01:00
css-scrollbars LibWeb/CSS: Implement the scrollbar-color property 2025-06-02 00:17:51 +02:00
css-shapes/shape-functions LibWeb/CSS: Implement path() basic shape 2025-07-17 13:59:23 -04:00
css-sizing LibWeb: Clamp and censor top-level calc results 2025-08-11 17:10:04 +01:00
css-syntax LibWeb/CSS: Don't remove whitespace early when parsing descriptor values 2025-07-03 08:22:30 +01:00
css-tables LibWeb/Layout: Support visibility:collapse on table-row elements 2025-08-11 11:07:47 +01:00
css-text LibWeb/CSS: Support text-justify: distribute legacy value alias 2025-07-21 10:04:42 +01:00
css-text-decor LibWeb: Absolutize keyframe values before interpolating 2025-06-24 12:36:47 +01:00
css-transforms LibWeb: Improve support for CalculatedStyleValue in translate 2025-08-08 09:45:00 +01:00
css-transitions LibWeb/CSS: Separate IntegerSV and NumberSV from CSSUnitValue 2025-08-08 15:19:03 +01:00
css-typed-om LibWeb/CSS: Reify StyleValues in StylePropertyMap get()/getAll() 2025-08-18 10:12:53 +01:00
css-ui LibWeb/CSS: Don't serialize longhands which match their initial values 2025-04-07 11:38:56 +01:00
css-values LibWeb: Clamp and censor top-level calc results 2025-08-11 17:10:04 +01:00
css-variables LibWeb/CSS: Parse initial value using syntax from @property 2025-08-04 11:08:46 +01:00
css-view-transitions/parsing LibWeb: Import WPT tests for view-transition-name parsing 2025-02-22 14:52:13 +00:00
CSS2 LibWeb: Ensure discrete interpolated properties are non-transitionable 2025-05-27 13:33:29 +02:00
cssom LibWeb: Implement the color-interpolation property for SVG gradients 2025-08-17 10:51:05 +02:00
cssom-view LibWeb: Import WPT elementsFromPoint test 2025-07-05 23:56:42 +01:00
filter-effects LibWeb: Absolutize CalculatedSVs in StyleComputer::absolutize_values 2025-08-06 17:44:12 +01:00
geometry LibWeb: Move Transformation::to_matrix to new CSV resolve methods 2025-07-17 08:31:52 +02:00
mediaqueries LibWeb/CSS: Reject negative <resolution> values 2025-05-23 10:17:58 +01:00
selectors LibWeb: Import css/selectors/user-valid.html from WPT 2025-08-14 11:55:02 +02:00