mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Don't skip css-borders and css-outline tests
This enables a total of 8 tests. I have a patch that fixes 5 out of the 7 failures.
This commit is contained in:
parent
f29834608a
commit
f6fb31a877
15 changed files with 36 additions and 0 deletions
|
@ -25,6 +25,8 @@ skip: true
|
|||
skip: false
|
||||
[css-backgrounds]
|
||||
skip: false
|
||||
[css-borders]
|
||||
skip: false
|
||||
[css-color]
|
||||
skip: false
|
||||
[css-conditional]
|
||||
|
@ -35,6 +37,8 @@ skip: true
|
|||
skip: false
|
||||
[css-images]
|
||||
skip: false
|
||||
[css-outline]
|
||||
skip: false
|
||||
[css-paint-api]
|
||||
skip: false
|
||||
[css-position]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue