mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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]
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[border-radius-greater-than-width.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[border-width-rounding.tentative.html]
|
||||
[Test that border widths are rounded up when they are greater than 0px but less than 1px, and rounded down when they are greater than 1px.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[subpixel-border-width.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[subpixel-borders-with-child-border-box-sizing.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[subpixel-borders-with-child.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[outline-width-rounding.tentative.html]
|
||||
[Test that outline widths are rounded up when they are greater than 0px but less than 1px, and rounded down when they are greater than 1px.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[subpixel-outline-width.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[border-radius-greater-than-width.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[border-width-rounding.tentative.html]
|
||||
[Test that border widths are rounded up when they are greater than 0px but less than 1px, and rounded down when they are greater than 1px.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[subpixel-border-width.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[subpixel-borders-with-child-border-box-sizing.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[subpixel-borders-with-child.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[outline-width-rounding.tentative.html]
|
||||
[Test that outline widths are rounded up when they are greater than 0px but less than 1px, and rounded down when they are greater than 1px.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[subpixel-outline-width.tentative.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue