mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
Tests: Import timing function tests
This commit is contained in:
Notes:
github-actions[bot]
2025-10-20 10:29:58 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/4c97b336c3a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6459 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -0,0 +1,18 @@
|
||||
Harness status: OK
|
||||
|
||||
Found 13 tests
|
||||
|
||||
13 Pass
|
||||
Pass e.style['animation-timing-function'] = "auto" should not set the property value
|
||||
Pass e.style['animation-timing-function'] = "ease-in ease-out" should not set the property value
|
||||
Pass e.style['animation-timing-function'] = "cubic-bezier(1, 2, 3)" should not set the property value
|
||||
Pass e.style['animation-timing-function'] = "cubic-bezier(1, 2, 3, infinite)" should not set the property value
|
||||
Pass e.style['animation-timing-function'] = "cubic-bezier(1, 2, 3, 4, 5)" should not set the property value
|
||||
Pass e.style['animation-timing-function'] = "cubic-bezier(-0.1, 0.1, 0.5, 0.9)" should not set the property value
|
||||
Pass e.style['animation-timing-function'] = "cubic-bezier(0.5, 0.1, 1.1, 0.9)" should not set the property value
|
||||
Pass e.style['animation-timing-function'] = "initial, cubic-bezier(0, -2, 1, 3)" should not set the property value
|
||||
Pass e.style['animation-timing-function'] = "cubic-bezier(0, -2, 1, 3), initial" should not set the property value
|
||||
Pass e.style['animation-timing-function'] = "steps(1, jump-none)" should not set the property value
|
||||
Pass e.style['animation-timing-function'] = "steps(-100, jump-none)" should not set the property value
|
||||
Pass e.style['animation-timing-function'] = "steps(0, start)" should not set the property value
|
||||
Pass e.style['animation-timing-function'] = "steps(-100, start)" should not set the property value
|
||||
Reference in New Issue
Block a user