Auto merge of #29717 - Loirooriol:dont-skip-borders-and-outline-tests, r=mukilan

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.

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because there is no change in behavior.

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
bors-servo 2023-05-05 23:52:56 +02:00 committed by GitHub
commit bee09efcc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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