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:
Oriol Brufau 2023-05-04 14:11:24 +02:00
parent f29834608a
commit f6fb31a877
15 changed files with 36 additions and 0 deletions

View file

@ -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]

View file

@ -0,0 +1,2 @@
[border-radius-greater-than-width.html]
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,2 @@
[subpixel-border-width.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[subpixel-borders-with-child-border-box-sizing.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[subpixel-borders-with-child.html]
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,2 @@
[subpixel-outline-width.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[border-radius-greater-than-width.html]
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,2 @@
[subpixel-border-width.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[subpixel-borders-with-child-border-box-sizing.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[subpixel-borders-with-child.html]
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,2 @@
[subpixel-outline-width.tentative.html]
expected: FAIL