LibWeb: Allow multiple values for the transition-duration property

This commit is contained in:
Tim Ledbetter 2025-04-17 12:40:12 +01:00 committed by Sam Atkins
commit 64577ad704
Notes: github-actions[bot] 2025-04-23 20:03:59 +00:00
12 changed files with 331 additions and 327 deletions

View file

@ -2,11 +2,11 @@ Harness status: OK
Found 42 tests
31 Pass
11 Fail
Pass CSS Transitions with transition-behavior:allow-discrete: property <display> from [none] to [flex] at (-0.3) should be [flex]
Pass CSS Transitions with transition-behavior:allow-discrete: property <display> from [none] to [flex] at (0) should be [flex]
Pass CSS Transitions with transition-behavior:allow-discrete: property <display> from [none] to [flex] at (0.3) should be [flex]
25 Pass
17 Fail
Fail CSS Transitions with transition-behavior:allow-discrete: property <display> from [none] to [flex] at (-0.3) should be [flex]
Fail CSS Transitions with transition-behavior:allow-discrete: property <display> from [none] to [flex] at (0) should be [flex]
Fail CSS Transitions with transition-behavior:allow-discrete: property <display> from [none] to [flex] at (0.3) should be [flex]
Pass CSS Transitions with transition-behavior:allow-discrete: property <display> from [none] to [flex] at (0.5) should be [flex]
Pass CSS Transitions with transition-behavior:allow-discrete: property <display> from [none] to [flex] at (0.6) should be [flex]
Pass CSS Transitions with transition-behavior:allow-discrete: property <display> from [none] to [flex] at (1) should be [flex]
@ -18,9 +18,9 @@ Pass CSS Transitions with transition-property:all and transition-behavor:allow-d
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <display> from [none] to [flex] at (0.6) should be [flex]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <display> from [none] to [flex] at (1) should be [flex]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <display> from [none] to [flex] at (1.5) should be [flex]
Pass CSS Transitions: property <display> from [none] to [flex] at (-0.3) should be [flex]
Pass CSS Transitions: property <display> from [none] to [flex] at (0) should be [flex]
Pass CSS Transitions: property <display> from [none] to [flex] at (0.3) should be [flex]
Fail CSS Transitions: property <display> from [none] to [flex] at (-0.3) should be [flex]
Fail CSS Transitions: property <display> from [none] to [flex] at (0) should be [flex]
Fail CSS Transitions: property <display> from [none] to [flex] at (0.3) should be [flex]
Pass CSS Transitions: property <display> from [none] to [flex] at (0.5) should be [flex]
Pass CSS Transitions: property <display> from [none] to [flex] at (0.6) should be [flex]
Pass CSS Transitions: property <display> from [none] to [flex] at (1) should be [flex]