mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
When serializing CSS declarations we now support combining multiple properties into a single shorthand property in some cases. This comes with a healthy dose of FIXMEs, including work to be done around supporting: - Nested shorthands (e.g. background, border, etc) - Shorthands which aren't represented by the ShorthandStyleValue type - Subproperties pending substitution This gains us a bunch of new test passes, both for WPT and in-tree
15 lines
914 B
Plaintext
15 lines
914 B
Plaintext
Harness status: OK
|
|
|
|
Found 10 tests
|
|
|
|
10 Pass
|
|
Pass Single value overflow with CSS-wide keyword should serialize correctly.
|
|
Pass Single value overflow with non-CSS-wide keyword should serialize correctly.
|
|
Pass Overflow-x/y longhands with same CSS-wide keyword should serialize correctly.
|
|
Pass Overflow-x/y longhands with same non-CSS-wide keyword should serialize correctly.
|
|
Pass Overflow-x/y longhands with different keywords should serialize correctly.
|
|
Pass Single value overflow on element with CSS-wide keyword should serialize correctly.
|
|
Pass Single value overflow on element with non-CSS-wide keyword should serialize correctly.
|
|
Pass Overflow-x/y longhands on element with same CSS-wide keyword should serialize correctly.
|
|
Pass Overflow-x/y longhands on element with same non-CSS-wide keyword should serialize correctly.
|
|
Pass Overflow-x/y longhands on element with different keywords should serialize correctly. |