aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta-legacy-layout/css/css-backgrounds/parsing/background-image-valid.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/meta-legacy-layout/css/css-backgrounds/parsing/background-image-valid.html.ini')
-rw-r--r--tests/wpt/meta-legacy-layout/css/css-backgrounds/parsing/background-image-valid.html.ini11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/wpt/meta-legacy-layout/css/css-backgrounds/parsing/background-image-valid.html.ini b/tests/wpt/meta-legacy-layout/css/css-backgrounds/parsing/background-image-valid.html.ini
index e3db293e1b9..f8414c28ca7 100644
--- a/tests/wpt/meta-legacy-layout/css/css-backgrounds/parsing/background-image-valid.html.ini
+++ b/tests/wpt/meta-legacy-layout/css/css-backgrounds/parsing/background-image-valid.html.ini
@@ -8,3 +8,14 @@
[e.style['background-image'\] = "cross-fade(50% url(http://www.example.com), 50% url(http://www.example.com))" should set the property value]
expected: FAIL
+ [e.style['background-image'\] = "cross-fade( 1% red, green)" should set the property value]
+ expected: FAIL
+
+ [e.style['background-image'\] = "cross-fade(1% red , green)" should set the property value]
+ expected: FAIL
+
+ [e.style['background-image'\] = "cross-fade(1% red, green )" should set the property value]
+ expected: FAIL
+
+ [e.style['background-image'\] = "cross-fade(1% red, cross-fade(2% red, green))" should set the property value]
+ expected: FAIL