aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/css-values/calc-sibling-function-parsing.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/meta/css/css-values/calc-sibling-function-parsing.html.ini')
-rw-r--r--tests/wpt/meta/css/css-values/calc-sibling-function-parsing.html.ini18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/wpt/meta/css/css-values/calc-sibling-function-parsing.html.ini b/tests/wpt/meta/css/css-values/calc-sibling-function-parsing.html.ini
deleted file mode 100644
index 6b15ad93bf7..00000000000
--- a/tests/wpt/meta/css/css-values/calc-sibling-function-parsing.html.ini
+++ /dev/null
@@ -1,18 +0,0 @@
-[calc-sibling-function-parsing.html]
- [e.style['left'\] = "calc(1px * sibling-index())" should set the property value]
- expected: FAIL
-
- [e.style['left'\] = "calc(1px * sibling-index( ))" should set the property value]
- expected: FAIL
-
- [e.style['z-index'\] = "sibling-index()" should set the property value]
- expected: FAIL
-
- [e.style['left'\] = "calc(1px * sibling-count())" should set the property value]
- expected: FAIL
-
- [e.style['left'\] = "calc(1px * sibling-count( ))" should set the property value]
- expected: FAIL
-
- [e.style['z-index'\] = "sibling-count()" should set the property value]
- expected: FAIL