summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-backgrounds/parsing/background-image-valid.html.ini
blob: d2560314e4802baa5fc187bbdb7e7e6dfb800223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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