21 lines
902 B
INI
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
|