1
0
Fork 0
firefox/testing/web-platform/meta/css/css-backgrounds/parsing/background-image-valid.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

21 lines
902 B
INI

[background-image-valid.html]
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