aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorbors-servo <infra@servo.org>2023-05-05 23:52:56 +0200
committerGitHub <noreply@github.com>2023-05-05 23:52:56 +0200
commitbee09efcc56d9d2141f969de83a16f0433f1174e (patch)
treef0de69aecff10476587585a0edcb18eed046b142 /tests
parent0e6db5266d73d502bd6463857415b9d98db24620 (diff)
parentf6fb31a8772987290d247169534010e73ba1cc3a (diff)
downloadservo-bee09efcc56d9d2141f969de83a16f0433f1174e.tar.gz
servo-bee09efcc56d9d2141f969de83a16f0433f1174e.zip
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. -->
Diffstat (limited to 'tests')
-rw-r--r--tests/wpt/include.ini4
-rw-r--r--tests/wpt/metadata-layout-2020/css/css-borders/border-radius-greater-than-width.html.ini2
-rw-r--r--tests/wpt/metadata-layout-2020/css/css-borders/border-width-rounding.tentative.html.ini3
-rw-r--r--tests/wpt/metadata-layout-2020/css/css-borders/subpixel-border-width.tentative.html.ini2
-rw-r--r--tests/wpt/metadata-layout-2020/css/css-borders/subpixel-borders-with-child-border-box-sizing.html.ini2
-rw-r--r--tests/wpt/metadata-layout-2020/css/css-borders/subpixel-borders-with-child.html.ini2
-rw-r--r--tests/wpt/metadata-layout-2020/css/css-outline/outline-width-rounding.tentative.html.ini3
-rw-r--r--tests/wpt/metadata-layout-2020/css/css-outline/subpixel-outline-width.tentative.html.ini2
-rw-r--r--tests/wpt/metadata/css/css-borders/border-radius-greater-than-width.html.ini2
-rw-r--r--tests/wpt/metadata/css/css-borders/border-width-rounding.tentative.html.ini3
-rw-r--r--tests/wpt/metadata/css/css-borders/subpixel-border-width.tentative.html.ini2
-rw-r--r--tests/wpt/metadata/css/css-borders/subpixel-borders-with-child-border-box-sizing.html.ini2
-rw-r--r--tests/wpt/metadata/css/css-borders/subpixel-borders-with-child.html.ini2
-rw-r--r--tests/wpt/metadata/css/css-outline/outline-width-rounding.tentative.html.ini3
-rw-r--r--tests/wpt/metadata/css/css-outline/subpixel-outline-width.tentative.html.ini2
15 files changed, 36 insertions, 0 deletions
diff --git a/tests/wpt/include.ini b/tests/wpt/include.ini
index b802dd6375a..d77b2c55204 100644
--- a/tests/wpt/include.ini
+++ b/tests/wpt/include.ini
@@ -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]
diff --git a/tests/wpt/metadata-layout-2020/css/css-borders/border-radius-greater-than-width.html.ini b/tests/wpt/metadata-layout-2020/css/css-borders/border-radius-greater-than-width.html.ini
new file mode 100644
index 00000000000..3a0ded72f2a
--- /dev/null
+++ b/tests/wpt/metadata-layout-2020/css/css-borders/border-radius-greater-than-width.html.ini
@@ -0,0 +1,2 @@
+[border-radius-greater-than-width.html]
+ expected: FAIL
diff --git a/tests/wpt/metadata-layout-2020/css/css-borders/border-width-rounding.tentative.html.ini b/tests/wpt/metadata-layout-2020/css/css-borders/border-width-rounding.tentative.html.ini
new file mode 100644
index 00000000000..1612959bcbb
--- /dev/null
+++ b/tests/wpt/metadata-layout-2020/css/css-borders/border-width-rounding.tentative.html.ini
@@ -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
diff --git a/tests/wpt/metadata-layout-2020/css/css-borders/subpixel-border-width.tentative.html.ini b/tests/wpt/metadata-layout-2020/css/css-borders/subpixel-border-width.tentative.html.ini
new file mode 100644
index 00000000000..8c4977e4bbd
--- /dev/null
+++ b/tests/wpt/metadata-layout-2020/css/css-borders/subpixel-border-width.tentative.html.ini
@@ -0,0 +1,2 @@
+[subpixel-border-width.tentative.html]
+ expected: FAIL
diff --git a/tests/wpt/metadata-layout-2020/css/css-borders/subpixel-borders-with-child-border-box-sizing.html.ini b/tests/wpt/metadata-layout-2020/css/css-borders/subpixel-borders-with-child-border-box-sizing.html.ini
new file mode 100644
index 00000000000..35892305fbd
--- /dev/null
+++ b/tests/wpt/metadata-layout-2020/css/css-borders/subpixel-borders-with-child-border-box-sizing.html.ini
@@ -0,0 +1,2 @@
+[subpixel-borders-with-child-border-box-sizing.html]
+ expected: FAIL
diff --git a/tests/wpt/metadata-layout-2020/css/css-borders/subpixel-borders-with-child.html.ini b/tests/wpt/metadata-layout-2020/css/css-borders/subpixel-borders-with-child.html.ini
new file mode 100644
index 00000000000..7c2d6e0aca4
--- /dev/null
+++ b/tests/wpt/metadata-layout-2020/css/css-borders/subpixel-borders-with-child.html.ini
@@ -0,0 +1,2 @@
+[subpixel-borders-with-child.html]
+ expected: FAIL
diff --git a/tests/wpt/metadata-layout-2020/css/css-outline/outline-width-rounding.tentative.html.ini b/tests/wpt/metadata-layout-2020/css/css-outline/outline-width-rounding.tentative.html.ini
new file mode 100644
index 00000000000..eade878b956
--- /dev/null
+++ b/tests/wpt/metadata-layout-2020/css/css-outline/outline-width-rounding.tentative.html.ini
@@ -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
diff --git a/tests/wpt/metadata-layout-2020/css/css-outline/subpixel-outline-width.tentative.html.ini b/tests/wpt/metadata-layout-2020/css/css-outline/subpixel-outline-width.tentative.html.ini
new file mode 100644
index 00000000000..5aa2de941c0
--- /dev/null
+++ b/tests/wpt/metadata-layout-2020/css/css-outline/subpixel-outline-width.tentative.html.ini
@@ -0,0 +1,2 @@
+[subpixel-outline-width.tentative.html]
+ expected: FAIL
diff --git a/tests/wpt/metadata/css/css-borders/border-radius-greater-than-width.html.ini b/tests/wpt/metadata/css/css-borders/border-radius-greater-than-width.html.ini
new file mode 100644
index 00000000000..3a0ded72f2a
--- /dev/null
+++ b/tests/wpt/metadata/css/css-borders/border-radius-greater-than-width.html.ini
@@ -0,0 +1,2 @@
+[border-radius-greater-than-width.html]
+ expected: FAIL
diff --git a/tests/wpt/metadata/css/css-borders/border-width-rounding.tentative.html.ini b/tests/wpt/metadata/css/css-borders/border-width-rounding.tentative.html.ini
new file mode 100644
index 00000000000..1612959bcbb
--- /dev/null
+++ b/tests/wpt/metadata/css/css-borders/border-width-rounding.tentative.html.ini
@@ -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
diff --git a/tests/wpt/metadata/css/css-borders/subpixel-border-width.tentative.html.ini b/tests/wpt/metadata/css/css-borders/subpixel-border-width.tentative.html.ini
new file mode 100644
index 00000000000..8c4977e4bbd
--- /dev/null
+++ b/tests/wpt/metadata/css/css-borders/subpixel-border-width.tentative.html.ini
@@ -0,0 +1,2 @@
+[subpixel-border-width.tentative.html]
+ expected: FAIL
diff --git a/tests/wpt/metadata/css/css-borders/subpixel-borders-with-child-border-box-sizing.html.ini b/tests/wpt/metadata/css/css-borders/subpixel-borders-with-child-border-box-sizing.html.ini
new file mode 100644
index 00000000000..35892305fbd
--- /dev/null
+++ b/tests/wpt/metadata/css/css-borders/subpixel-borders-with-child-border-box-sizing.html.ini
@@ -0,0 +1,2 @@
+[subpixel-borders-with-child-border-box-sizing.html]
+ expected: FAIL
diff --git a/tests/wpt/metadata/css/css-borders/subpixel-borders-with-child.html.ini b/tests/wpt/metadata/css/css-borders/subpixel-borders-with-child.html.ini
new file mode 100644
index 00000000000..7c2d6e0aca4
--- /dev/null
+++ b/tests/wpt/metadata/css/css-borders/subpixel-borders-with-child.html.ini
@@ -0,0 +1,2 @@
+[subpixel-borders-with-child.html]
+ expected: FAIL
diff --git a/tests/wpt/metadata/css/css-outline/outline-width-rounding.tentative.html.ini b/tests/wpt/metadata/css/css-outline/outline-width-rounding.tentative.html.ini
new file mode 100644
index 00000000000..eade878b956
--- /dev/null
+++ b/tests/wpt/metadata/css/css-outline/outline-width-rounding.tentative.html.ini
@@ -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
diff --git a/tests/wpt/metadata/css/css-outline/subpixel-outline-width.tentative.html.ini b/tests/wpt/metadata/css/css-outline/subpixel-outline-width.tentative.html.ini
new file mode 100644
index 00000000000..5aa2de941c0
--- /dev/null
+++ b/tests/wpt/metadata/css/css-outline/subpixel-outline-width.tentative.html.ini
@@ -0,0 +1,2 @@
+[subpixel-outline-width.tentative.html]
+ expected: FAIL