mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00:00
LibWeb: Allow multiple values for the transition-duration
property
This commit is contained in:
parent
1ca9f2a44d
commit
64577ad704
Notes:
github-actions[bot]
2025-04-23 20:03:59 +00:00
Author: https://github.com/tcl3
Commit: 64577ad704
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4387
Reviewed-by: https://github.com/AtkinsSJ ✅
12 changed files with 331 additions and 327 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue