mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +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
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
|
Loading…
Add table
Add a link
Reference in a new issue