LibWeb: Allow multiple values for the transition-delay property

This commit is contained in:
Tim Ledbetter 2025-04-17 12:25:08 +01:00 committed by Sam Atkins
commit 1ca9f2a44d
Notes: github-actions[bot] 2025-04-23 20:04:09 +00:00
4 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1,9 @@
Harness status: OK
Found 4 tests
4 Pass
Pass e.style['transition-delay'] = "0s" should set the property value
Pass e.style['transition-delay'] = "500ms" should set the property value
Pass e.style['transition-delay'] = "1s, 2s" should set the property value
Pass e.style['transition-delay'] = "-1s, -2s" should set the property value