mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
* Update web-platform-tests to revision b'33d11f1db34802fda00e64ddeb0b7ef040cf65be' * Update expectations --------- Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
24 lines
765 B
INI
24 lines
765 B
INI
[transition-valid.html]
|
|
[e.style['transition'\] = "1s" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['transition'\] = "cubic-bezier(0, -2, 1, 3)" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['transition'\] = "1s -3s" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['transition'\] = "none" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['transition'\] = "top" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['transition'\] = "1s -3s, cubic-bezier(0, -2, 1, 3) top" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['transition'\] = "all" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['transition'\] = "all 1s" should set the property value]
|
|
expected: FAIL
|