mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
19 lines
638 B
INI
Vendored
19 lines
638 B
INI
Vendored
[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
|