mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
LibWeb: Allow transition-property
with multiple values
This commit is contained in:
parent
5d48652890
commit
1f8f3804a3
Notes:
github-actions[bot]
2025-04-23 20:04:28 +00:00
Author: https://github.com/tcl3
Commit: 1f8f3804a3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4387
Reviewed-by: https://github.com/AtkinsSJ ✅
4 changed files with 65 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
Harness status: OK
|
||||
|
||||
Found 6 tests
|
||||
|
||||
6 Pass
|
||||
Pass e.style['transition-property'] = "none" should set the property value
|
||||
Pass e.style['transition-property'] = "all" should set the property value
|
||||
Pass e.style['transition-property'] = "one" should set the property value
|
||||
Pass e.style['transition-property'] = "one-two-three" should set the property value
|
||||
Pass e.style['transition-property'] = "one, two, three" should set the property value
|
||||
Pass e.style['transition-property'] = "width, all" should set the property value
|
Loading…
Add table
Add a link
Reference in a new issue