mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
22 lines
961 B
INI
22 lines
961 B
INI
[background-image-valid.html]
|
|
[e.style['background-image'\] = "cross-fade(33% red, 33% white, blue)" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['background-image'\] = "cross-fade(blue, linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(0, 212, 255) 100%))" should set the property value]
|
|
expected: FAIL
|
|
|
|
[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
|