mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 16:46:08 +00:00
LibWeb/CSS: Disallow negative time values for transition-duration
This commit is contained in:
parent
b80c0d2114
commit
37eb2be348
Notes:
github-actions[bot]
2025-03-14 07:53:33 +00:00
Author: https://github.com/tcl3
Commit: 37eb2be348
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3919
Reviewed-by: https://github.com/gmta ✅
3 changed files with 33 additions and 1 deletions
|
@ -0,0 +1,10 @@
|
|||
Harness status: OK
|
||||
|
||||
Found 5 tests
|
||||
|
||||
5 Pass
|
||||
Pass e.style['transition-duration'] = "infinite" should not set the property value
|
||||
Pass e.style['transition-duration'] = "-500ms" should not set the property value
|
||||
Pass e.style['transition-duration'] = "1s 2s" should not set the property value
|
||||
Pass e.style['transition-duration'] = "1s, initial" should not set the property value
|
||||
Pass e.style['transition-duration'] = "initial, 1s" should not set the property value
|
Loading…
Add table
Add a link
Reference in a new issue