mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Update web-platform-tests to revision b'18fda923cafeb4e3e0546ffcfb2302c3b1b11f98' (#36019)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
84a1b7d4a5
commit
eb3c48f9d3
496 changed files with 17696 additions and 2718 deletions
3
tests/wpt/meta/css/css-values/tree-counting/calc-sibling-function-in-shadow-dom.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-values/tree-counting/calc-sibling-function-in-shadow-dom.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[calc-sibling-function-in-shadow-dom.html]
|
||||
[Host children have sibling-index() and sibling-count() based on assignedNodes order]
|
||||
expected: FAIL
|
18
tests/wpt/meta/css/css-values/tree-counting/calc-sibling-function-parsing.html.ini
vendored
Normal file
18
tests/wpt/meta/css/css-values/tree-counting/calc-sibling-function-parsing.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[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
|
12
tests/wpt/meta/css/css-values/tree-counting/calc-sibling-function.html.ini
vendored
Normal file
12
tests/wpt/meta/css/css-values/tree-counting/calc-sibling-function.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[calc-sibling-function.html]
|
||||
[basic sibling-index() test]
|
||||
expected: FAIL
|
||||
|
||||
[basic sibling-count() test]
|
||||
expected: FAIL
|
||||
|
||||
[sibling-index() in calc() with percentage]
|
||||
expected: FAIL
|
||||
|
||||
[sibling-count on pseudo-element]
|
||||
expected: FAIL
|
12
tests/wpt/meta/css/css-values/tree-counting/sibling-function-container-query.html.ini
vendored
Normal file
12
tests/wpt/meta/css/css-values/tree-counting/sibling-function-container-query.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[sibling-function-container-query.html]
|
||||
[sibling-index() in @container width query]
|
||||
expected: FAIL
|
||||
|
||||
[sibling-count() in @container width query]
|
||||
expected: FAIL
|
||||
|
||||
[sibling-index() in @container style() query]
|
||||
expected: FAIL
|
||||
|
||||
[sibling-count() in @container style() query]
|
||||
expected: FAIL
|
12
tests/wpt/meta/css/css-values/tree-counting/sibling-function-descriptors.tentative.html.ini
vendored
Normal file
12
tests/wpt/meta/css/css-values/tree-counting/sibling-function-descriptors.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[sibling-function-descriptors.tentative.html]
|
||||
[sibling-index() should not be allowed in @page properties]
|
||||
expected: FAIL
|
||||
|
||||
[sibling-count() should not be allowed in @page properties]
|
||||
expected: FAIL
|
||||
|
||||
[sibling-index() should not be allowed in @font-face descriptors]
|
||||
expected: FAIL
|
||||
|
||||
[sibling-count() should not be allowed in @font-face descriptors]
|
||||
expected: FAIL
|
24
tests/wpt/meta/css/css-values/tree-counting/sibling-function-invalidation.html.ini
vendored
Normal file
24
tests/wpt/meta/css/css-values/tree-counting/sibling-function-invalidation.html.ini
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
[sibling-function-invalidation.html]
|
||||
[Initially 6th sibling]
|
||||
expected: FAIL
|
||||
|
||||
[5th sibling after removal]
|
||||
expected: FAIL
|
||||
|
||||
[Initially 6 siblings]
|
||||
expected: FAIL
|
||||
|
||||
[5 siblings after removal]
|
||||
expected: FAIL
|
||||
|
||||
[Initially 6th slotted sibling]
|
||||
expected: FAIL
|
||||
|
||||
[5th sibling after slot change]
|
||||
expected: FAIL
|
||||
|
||||
[Initially 6 slotted siblings]
|
||||
expected: FAIL
|
||||
|
||||
[5 siblings after slot change]
|
||||
expected: FAIL
|
6
tests/wpt/meta/css/css-values/tree-counting/tree-scoped-sibling-function.html.ini
vendored
Normal file
6
tests/wpt/meta/css/css-values/tree-counting/tree-scoped-sibling-function.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[tree-scoped-sibling-function.html]
|
||||
[sibling-index() and sibling-count() evaluates to 0 from outer tree with ::part]
|
||||
expected: FAIL
|
||||
|
||||
[sibling-index() and sibling-count() evaluate as normal from inner tree]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue