diff options
Diffstat (limited to 'tests/wpt/meta/css/css-values/tree-counting')
3 files changed, 24 insertions, 0 deletions
diff --git a/tests/wpt/meta/css/css-values/tree-counting/sibling-function-descriptors.tentative.html.ini b/tests/wpt/meta/css/css-values/tree-counting/sibling-function-descriptors.tentative.html.ini index 287f1c19314..3c65d9bcf19 100644 --- a/tests/wpt/meta/css/css-values/tree-counting/sibling-function-descriptors.tentative.html.ini +++ b/tests/wpt/meta/css/css-values/tree-counting/sibling-function-descriptors.tentative.html.ini @@ -10,3 +10,15 @@ [sibling-count() should not be allowed in @font-face descriptors] expected: FAIL + + [sibling-index() should not be allowed in @font-palette-values descriptors] + expected: FAIL + + [sibling-count() should not be allowed in @font-palette-values descriptors] + expected: FAIL + + [sibling-index() should not be allowed in @counter-style descriptors] + expected: FAIL + + [sibling-count() should not be allowed in @counter-style descriptors] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/tree-counting/sibling-index-keyframe-length-value-dynamic.html.ini b/tests/wpt/meta/css/css-values/tree-counting/sibling-index-keyframe-length-value-dynamic.html.ini new file mode 100644 index 00000000000..f61a6205280 --- /dev/null +++ b/tests/wpt/meta/css/css-values/tree-counting/sibling-index-keyframe-length-value-dynamic.html.ini @@ -0,0 +1,6 @@ +[sibling-index-keyframe-length-value-dynamic.html] + [Initially, the sibling-index() is 2 for #target] + expected: FAIL + + [Removing a preceding sibling of #target reduces the sibling-index()] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/tree-counting/sibling-index-keyframe-value-dynamic.html.ini b/tests/wpt/meta/css/css-values/tree-counting/sibling-index-keyframe-value-dynamic.html.ini new file mode 100644 index 00000000000..df16c83f839 --- /dev/null +++ b/tests/wpt/meta/css/css-values/tree-counting/sibling-index-keyframe-value-dynamic.html.ini @@ -0,0 +1,6 @@ +[sibling-index-keyframe-value-dynamic.html] + [Initially, the sibling-index() is 3 for #target] + expected: FAIL + + [Removing a preceding sibling of #target reduces the sibling-index()] + expected: FAIL |