diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
commit | d8bbc7858622b6d9c278469aab701ca0b609cddf (patch) | |
tree | eff41dc61d9f714852212739e6b3738b82a2af87 /testing/web-platform/meta/css/css-masking/parsing | |
parent | Releasing progress-linux version 125.0.3-1~progress7.99u1. (diff) | |
download | firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/css/css-masking/parsing')
-rw-r--r-- | testing/web-platform/meta/css/css-masking/parsing/clip-path-shape-parsing.html.ini | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/testing/web-platform/meta/css/css-masking/parsing/clip-path-shape-parsing.html.ini b/testing/web-platform/meta/css/css-masking/parsing/clip-path-shape-parsing.html.ini deleted file mode 100644 index e77e45e814..0000000000 --- a/testing/web-platform/meta/css/css-masking/parsing/clip-path-shape-parsing.html.ini +++ /dev/null @@ -1,60 +0,0 @@ -[clip-path-shape-parsing.html] - [e.style['clip-path'\] = "shape(from 0px 0px, line to 10px 10px)" should set the property value] - expected: FAIL - - [e.style['clip-path'\] = "shape(evenodd from 0px 0px, line to 10px 10px)" should set the property value] - expected: FAIL - - [e.style['clip-path'\] = "shape(nonzero from 0px 0px, line to 10px 10px)" should set the property value] - expected: FAIL - - [e.style['clip-path'\] = "shape( from 0px 0px, line to 10px 10px )" should set the property value] - expected: FAIL - - [e.style['clip-path'\] = "shape(from 1em 50%, line to 10px 10px)" should set the property value] - expected: FAIL - - [e.style['clip-path'\] = "shape(EvenOdd from 0px 0Px, CLOSE)" should set the property value] - expected: FAIL - - [e.style['clip-path'\] = "shape(from 1ch 50px, line to 10rem 10vh)" should set the property value] - expected: FAIL - - [e.style['clip-path'\] = "shape(from 1ch -50px, line to -10% 12px)" should set the property value] - expected: FAIL - - [e.style['clip-path'\] = "shape(from 10px 10px, move by 10px 5px, line by 20px 40%, close)" should set the property value] - expected: FAIL - - [e.style['clip-path'\] = "shape(from 10px 10px, hline by 10px, vline to 5rem)" should set the property value] - expected: FAIL - - [e.style['clip-path'\] = "shape(from 10px 10px, vline by 5%, hline to 1vw)" should set the property value] - expected: FAIL - - [e.style['clip-path'\] = "shape(from 10px 10px, curve to 50px 20px via 10rem 1%)" should set the property value] - expected: FAIL - - [e.style['clip-path'\] = "shape(from 10px 10px, curve to 50px 20px via 10rem 1px 20vh 1ch)" should set the property value] - expected: FAIL - - [e.style['clip-path'\] = "shape(from 10px 10px, curve by 50px 20px via 10rem 1px 20vh 1ch)" should set the property value] - expected: FAIL - - [e.style['clip-path'\] = "shape(from 10px 10px, smooth to 50px 20px via 10rem 1%)" should set the property value] - expected: FAIL - - [e.style['clip-path'\] = "shape(from 10px 10px, smooth to 50px 1pt)" should set the property value] - expected: FAIL - - [e.style['clip-path'\] = "shape(from 10px 10px, arc to 50px 1pt of 10px 10px)" should set the property value] - expected: FAIL - - [e.style['clip-path'\] = "shape(from 10px 10px, arc to 50px 1pt of 10px 10px small rotate 0deg)" should set the property value] - expected: FAIL - - [e.style['clip-path'\] = "shape(from 10% 1rem, arc to 50px 1pt of 20% cw large rotate 25deg)" should set the property value] - expected: FAIL - - [e.style['clip-path'\] = "shape(evenodd from 0px 0px, close)" should set the property value] - expected: FAIL |