mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
* Respond to shorthand property requests with real values Signed-off-by: Sebastian C <sebsebmc@gmail.com> * Cleanup formatting and old comments Signed-off-by: Sebastian C <sebsebmc@gmail.com> * Update WPT expectations Signed-off-by: Sebastian C <sebsebmc@gmail.com> * Refactor out helper fn Signed-off-by: Sebastian C <sebsebmc@gmail.com> * Cleanup Signed-off-by: Sebastian C <sebsebmc@gmail.com> --------- Signed-off-by: Sebastian C <sebsebmc@gmail.com>
28 lines
595 B
INI
28 lines
595 B
INI
[transition-computed.html]
|
|
[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 'top']
|
|
expected: FAIL
|
|
|
|
[Default transition value]
|
|
expected: FAIL
|
|
|
|
[Property transition value 'all, all']
|
|
expected: FAIL
|
|
|
|
[Transition with a delay but no duration]
|
|
expected: FAIL
|