diff options
author | Servo WPT Sync <ghbot+wpt-sync@servo.org> | 2025-03-16 01:24:39 +0000 |
---|---|---|
committer | WPT Sync Bot <ghbot+wpt-sync@servo.org> | 2025-03-16 01:25:09 +0000 |
commit | 772b801f750d4c6a3645ff763ee95325ae420529 (patch) | |
tree | 12407d8e9aff96c80d4c5b963e52175eb480e4ef /tests/wpt/meta/css/css-values/calc-sibling-function-parsing.html.ini | |
parent | d8fc1d8bb88d291233022f52550628e6fc0376a4 (diff) | |
download | servo-wpt_update_16-03-2025.tar.gz servo-wpt_update_16-03-2025.zip |
Update web-platform-tests to revision b'7a9307ef9e1e88229ced4a29991270d20911669c'wpt_update_16-03-2025
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
Diffstat (limited to 'tests/wpt/meta/css/css-values/calc-sibling-function-parsing.html.ini')
-rw-r--r-- | tests/wpt/meta/css/css-values/calc-sibling-function-parsing.html.ini | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/wpt/meta/css/css-values/calc-sibling-function-parsing.html.ini b/tests/wpt/meta/css/css-values/calc-sibling-function-parsing.html.ini deleted file mode 100644 index 6b15ad93bf7..00000000000 --- a/tests/wpt/meta/css/css-values/calc-sibling-function-parsing.html.ini +++ /dev/null @@ -1,18 +0,0 @@ -[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 |