Files
servo/tests/wpt/meta/css/css-transitions/parsing/transition-computed.html.ini
Sebastian C 19667e117a layout: Respond to shorthand property requests with real values (#31277)
* 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>
2024-02-10 23:15:17 +00:00

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