Files
servo/tests/wpt/meta-legacy-layout/css/css-transitions/parsing/transition-computed.html.ini
Servo WPT Sync f58541e652 Sync WPT with upstream (01-01-2024) (#30962)
* Update web-platform-tests to revision b'2a639a9fe4cdefd4ecd124a3f30caf631150eea5'

* Update expectations

---------

Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
2024-01-01 20:22:51 +00:00

52 lines
1.4 KiB
INI

[transition-computed.html]
[Property transition value '1s -3s, cubic-bezier(0, -2, 1, 3) top' computes to 'all 1s ease -3s, top 0s cubic-bezier(0, -2, 1, 3) 0s']
expected: FAIL
[Property transition value 'cubic-bezier(0, -2, 1, 3)' computes to 'all 0s cubic-bezier(0, -2, 1, 3) 0s']
expected: FAIL
[Property transition value '1s' computes to 'all 1s ease 0s']
expected: FAIL
[Property transition value '1s -3s' computes to 'all 1s ease -3s']
expected: FAIL
[Property transition value 'none' computes to 'none 0s ease 0s']
expected: FAIL
[Property transition value 'top' computes to 'top 0s ease 0s']
expected: FAIL
[Property transition value '1s -3s cubic-bezier(0, -2, 1, 3) top' computes to 'top 1s cubic-bezier(0, -2, 1, 3) -3s']
expected: FAIL
[Property transition value '1s -3s']
expected: FAIL
[Property transition value '1s -3s, cubic-bezier(0, -2, 1, 3) top']
expected: FAIL
[Property transition value 'none']
expected: FAIL
[Property transition value '1s']
expected: FAIL
[Property transition value 'cubic-bezier(0, -2, 1, 3)']
expected: FAIL
[Property transition value '1s -3s cubic-bezier(0, -2, 1, 3) top']
expected: FAIL
[Property transition value 'top']
expected: FAIL
[Default transition value]
expected: FAIL
[Property transition value 'all, all']
expected: FAIL
[Transition with a delay but no duration]
expected: FAIL