tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

background-image-valid.html.ini (902B)


      1 [background-image-valid.html]
      2  prefs: [layout.css.cross-fade.enabled:true]
      3  expected:
      4    if (os == "android") and fission: [OK, TIMEOUT]
      5  [e.style['background-image'\] = "cross-fade(50% url(http://www.example.com), 50% url(http://www.example.com))" should set the property value]
      6    expected: FAIL
      7 
      8  [e.style['background-image'\] = "cross-fade(red 33%, white 33%, blue)" should set the property value]
      9    expected: FAIL
     10 
     11  [e.style['background-image'\] = "cross-fade( 1% red, green)" should set the property value]
     12    expected: FAIL
     13 
     14  [e.style['background-image'\] = "cross-fade(1% red , green)" should set the property value]
     15    expected: FAIL
     16 
     17  [e.style['background-image'\] = "cross-fade(1% red, green )" should set the property value]
     18    expected: FAIL
     19 
     20  [e.style['background-image'\] = "cross-fade(red 1%, cross-fade(red 2%, green))" should set the property value]
     21    expected: FAIL