ladybird/Tests/LibWeb/Text/expected/wpt-import/css
Sam Atkins e4d55a6037 LibWeb/CSS: Use ShorthandStyleValue to serialize shorthands
This wins us 65 new WPT subtest passes! It also shows up that we're
doing the wrong thing in ShorthandStyleValue in places, notably with
the grid properties. However, having one place to fix instead of two
will make it easier to correct them. :^)

In order to be fully correct, we should use the algorithm here:
https://drafts.csswg.org/cssom/#serialize-a-css-value

However, it's quite hand-wavy. What we do have in the meantime is
`ShorthandStyleValue::to_string()`, where we special-case the
serialization rules for shorthands with a generic fallback that's
equivalent to what the previous `get_property_value()` code was doing.
2024-11-30 11:01:12 +01:00
..
css-align/gaps LibWeb: Restrict CSS gap properties to values allowed by the spec 2024-11-09 19:21:00 +01:00
css-backgrounds/animations Tests: Import WPT tests from css/css-backgrounds/animation 2024-11-07 22:50:33 +01:00
css-display LibWeb: Make getComputedStyle(e).getPropertyValue() see custom props 2024-11-21 21:16:03 +01:00
css-flexbox LibWeb: Stop treating intrinsic size keywords as auto in CSS heights 2024-11-21 19:21:51 +01:00
css-grid LibWeb/CSS: Use ShorthandStyleValue to serialize shorthands 2024-11-30 11:01:12 +01:00
css-masking/animations LibWeb/Animation: Fall back to discrete animation in more cases 2024-11-25 18:10:24 +01:00
css-nesting Meta: Set constructor prototype in IDLGenerators 2024-11-26 12:44:05 +00:00
css-sizing/parsing Tests: Don't print full error messages in imported WPT tests 2024-10-30 10:17:21 +01:00
css-syntax LibWeb: Don't skip filtering when CSS contains null or surrogates 2024-11-20 15:47:19 +01:00
css-transforms LibWeb: Support individual scale CSS property 2024-11-22 20:06:44 +01:00
CSS2/floats Tests/LibWeb: Import CSS floats tests from WPT 2024-11-11 13:31:35 +01:00
cssom LibWeb: Correctly skip "decimal" in counter() serialization 2024-11-30 11:01:12 +01:00
cssom-view Tests/LibWeb: Import some CSSOM WPT tests 2024-11-13 11:07:14 +01:00
selectors LibWeb: Make getComputedStyle(e).getPropertyValue() see custom props 2024-11-21 21:16:03 +01:00