mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
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:
commit
bee09efcc5
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