mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
Those test cases are apparently wrong. Keyword values (e.g. 'ease') should not be serialized as cubic-bezier function. https://drafts.csswg.org/css-timing/#serializing-a-timing-function On gecko, we also mark those tests FAIL. https://hg.mozilla.org/mozilla-central/file/2cca333f546f/testing/web-platform/meta/css/css-transitions-1/transition-001.html.ini https://hg.mozilla.org/mozilla-central/file/2cca333f546f/testing/web-platform/meta/css/css-transitions-1/transition-timing-function-001.html.ini
38 lines
632 B
INI
38 lines
632 B
INI
[transition-timing-function-001.htm]
|
|
type: testharness
|
|
[parse 'ease']
|
|
expected: FAIL
|
|
|
|
[parse 'linear']
|
|
expected: FAIL
|
|
|
|
[parse 'ease-in']
|
|
expected: FAIL
|
|
|
|
[parse 'ease-out']
|
|
expected: FAIL
|
|
|
|
[parse 'ease-in-out']
|
|
expected: FAIL
|
|
|
|
[parse 'cubic-bezier(foobar)']
|
|
expected: FAIL
|
|
|
|
[parse 'steps(foobar)']
|
|
expected: FAIL
|
|
|
|
[parse 'steps(3.3, end)']
|
|
expected: FAIL
|
|
|
|
[parse 'steps(3, top)']
|
|
expected: FAIL
|
|
|
|
[parse 'steps(-3, top)']
|
|
expected: FAIL
|
|
|
|
[parse 'cubic-bezier(-0.1, -0.2, -0.3, -0.4)']
|
|
expected: FAIL
|
|
|
|
[parse 'cubic-bezier(1.1, 1.2, 1.3, 1.4)']
|
|
expected: FAIL
|
|
|