mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb/CSS: Use LengthPercentageOrAuto for background sizes
...instead of `auto` Lengths. This also fixes interpolating between two `auto` `<bg-size>`s, which fixes a lot of animation tests for both `background-size` and `mask`.
This commit is contained in:
Notes:
github-actions[bot]
2025-09-04 12:33:16 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/04622f39409 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6043
@@ -2,8 +2,7 @@ Harness status: OK
|
||||
|
||||
Found 42 tests
|
||||
|
||||
28 Pass
|
||||
14 Fail
|
||||
42 Pass
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <mask> from [none] to [url(mask.png)] at (-0.3) should be [none]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <mask> from [none] to [url(mask.png)] at (0) should be [none]
|
||||
Pass CSS Transitions with transition-behavior:allow-discrete: property <mask> from [none] to [url(mask.png)] at (0.3) should be [none]
|
||||
@@ -32,17 +31,17 @@ Pass CSS Transitions with transition: all: property <mask> from [none] to [url(m
|
||||
Pass CSS Transitions with transition: all: property <mask> from [none] to [url(mask.png)] at (0.6) should be [url(mask.png)]
|
||||
Pass CSS Transitions with transition: all: property <mask> from [none] to [url(mask.png)] at (1) should be [url(mask.png)]
|
||||
Pass CSS Transitions with transition: all: property <mask> from [none] to [url(mask.png)] at (1.5) should be [url(mask.png)]
|
||||
Fail CSS Animations: property <mask> from [none] to [url(mask.png)] at (-0.3) should be [none]
|
||||
Fail CSS Animations: property <mask> from [none] to [url(mask.png)] at (0) should be [none]
|
||||
Fail CSS Animations: property <mask> from [none] to [url(mask.png)] at (0.3) should be [none]
|
||||
Fail CSS Animations: property <mask> from [none] to [url(mask.png)] at (0.5) should be [url(mask.png)]
|
||||
Fail CSS Animations: property <mask> from [none] to [url(mask.png)] at (0.6) should be [url(mask.png)]
|
||||
Fail CSS Animations: property <mask> from [none] to [url(mask.png)] at (1) should be [url(mask.png)]
|
||||
Fail CSS Animations: property <mask> from [none] to [url(mask.png)] at (1.5) should be [url(mask.png)]
|
||||
Fail Web Animations: property <mask> from [none] to [url(mask.png)] at (-0.3) should be [none]
|
||||
Fail Web Animations: property <mask> from [none] to [url(mask.png)] at (0) should be [none]
|
||||
Fail Web Animations: property <mask> from [none] to [url(mask.png)] at (0.3) should be [none]
|
||||
Fail Web Animations: property <mask> from [none] to [url(mask.png)] at (0.5) should be [url(mask.png)]
|
||||
Fail Web Animations: property <mask> from [none] to [url(mask.png)] at (0.6) should be [url(mask.png)]
|
||||
Fail Web Animations: property <mask> from [none] to [url(mask.png)] at (1) should be [url(mask.png)]
|
||||
Fail Web Animations: property <mask> from [none] to [url(mask.png)] at (1.5) should be [url(mask.png)]
|
||||
Pass CSS Animations: property <mask> from [none] to [url(mask.png)] at (-0.3) should be [none]
|
||||
Pass CSS Animations: property <mask> from [none] to [url(mask.png)] at (0) should be [none]
|
||||
Pass CSS Animations: property <mask> from [none] to [url(mask.png)] at (0.3) should be [none]
|
||||
Pass CSS Animations: property <mask> from [none] to [url(mask.png)] at (0.5) should be [url(mask.png)]
|
||||
Pass CSS Animations: property <mask> from [none] to [url(mask.png)] at (0.6) should be [url(mask.png)]
|
||||
Pass CSS Animations: property <mask> from [none] to [url(mask.png)] at (1) should be [url(mask.png)]
|
||||
Pass CSS Animations: property <mask> from [none] to [url(mask.png)] at (1.5) should be [url(mask.png)]
|
||||
Pass Web Animations: property <mask> from [none] to [url(mask.png)] at (-0.3) should be [none]
|
||||
Pass Web Animations: property <mask> from [none] to [url(mask.png)] at (0) should be [none]
|
||||
Pass Web Animations: property <mask> from [none] to [url(mask.png)] at (0.3) should be [none]
|
||||
Pass Web Animations: property <mask> from [none] to [url(mask.png)] at (0.5) should be [url(mask.png)]
|
||||
Pass Web Animations: property <mask> from [none] to [url(mask.png)] at (0.6) should be [url(mask.png)]
|
||||
Pass Web Animations: property <mask> from [none] to [url(mask.png)] at (1) should be [url(mask.png)]
|
||||
Pass Web Animations: property <mask> from [none] to [url(mask.png)] at (1.5) should be [url(mask.png)]
|
||||
Reference in New Issue
Block a user