mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update web-platform-tests to revision 4a5223502fa660ce03e470af6a61c8bc26c5a8ee
This commit is contained in:
parent
c5f7c9ccf3
commit
e891345f26
1328 changed files with 36632 additions and 20588 deletions
|
@ -1,38 +0,0 @@
|
|||
[transition-001.html]
|
||||
type: testharness
|
||||
[parse '1s']
|
||||
expected: FAIL
|
||||
|
||||
[parse '1s 2s']
|
||||
expected: FAIL
|
||||
|
||||
[parse '1s 2s ease-in']
|
||||
expected: FAIL
|
||||
|
||||
[parse '1s ease-in 2s']
|
||||
expected: FAIL
|
||||
|
||||
[parse 'ease-in 1s 2s']
|
||||
expected: FAIL
|
||||
|
||||
[parse '1s width']
|
||||
expected: FAIL
|
||||
|
||||
[parse 'width 1s']
|
||||
expected: FAIL
|
||||
|
||||
[parse '1s width 2s']
|
||||
expected: FAIL
|
||||
|
||||
[parse '1s 2s width ease-in']
|
||||
expected: FAIL
|
||||
|
||||
[parse '1s ease-in 2s width']
|
||||
expected: FAIL
|
||||
|
||||
[parse 'width ease-in 1s 2s']
|
||||
expected: FAIL
|
||||
|
||||
[parse 'width .1s ease-in .2s']
|
||||
expected: FAIL
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
[transition-timing-function-001.html]
|
||||
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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue