LibWeb: Allow transition-property with multiple values

This commit is contained in:
Tim Ledbetter 2025-04-09 07:55:06 +01:00 committed by Sam Atkins
commit 1f8f3804a3
Notes: github-actions[bot] 2025-04-23 20:04:28 +00:00
4 changed files with 65 additions and 0 deletions

View file

@ -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