mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Enable CSS tests for all modules we partially support.
(Except Fonts, on the assumption #8374 will land first.)
This commit is contained in:
parent
f3075d1319
commit
756d745cb8
1096 changed files with 3838 additions and 1 deletions
|
@ -0,0 +1,23 @@
|
|||
[transition-property-002.htm]
|
||||
type: testharness
|
||||
[parse 'none, all']
|
||||
expected: FAIL
|
||||
|
||||
[parse 'all, none']
|
||||
expected: FAIL
|
||||
|
||||
[parse 'foobar']
|
||||
expected: FAIL
|
||||
|
||||
[parse 'all, foobar']
|
||||
expected: FAIL
|
||||
|
||||
[parse 'foobar, all']
|
||||
expected: FAIL
|
||||
|
||||
[parse 'inherit']
|
||||
expected: FAIL
|
||||
|
||||
[parse 'initial']
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue