summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-backgrounds/parsing/background-image-valid.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/css/css-backgrounds/parsing/background-image-valid.html.ini')
-rw-r--r--testing/web-platform/meta/css/css-backgrounds/parsing/background-image-valid.html.ini17
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-backgrounds/parsing/background-image-valid.html.ini b/testing/web-platform/meta/css/css-backgrounds/parsing/background-image-valid.html.ini
index 980e7720b2..d2560314e4 100644
--- a/testing/web-platform/meta/css/css-backgrounds/parsing/background-image-valid.html.ini
+++ b/testing/web-platform/meta/css/css-backgrounds/parsing/background-image-valid.html.ini
@@ -2,3 +2,20 @@
prefs: [layout.css.cross-fade.enabled:true]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
+ [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(red 33%, white 33%, blue)" 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(red 1%, cross-fade(red 2%, green))" should set the property value]
+ expected: FAIL