mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
18 lines
638 B
INI
Vendored
18 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
|