tor-browser

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

animation-valid.html.ini (1589B)


      1 [animation-valid.html]
      2  [e.style['animation'\] = "cubic-bezier(0, -2, 1, 3)" should set the property value]
      3    expected:
      4      if (os == "mac") and not debug: [PASS, FAIL]
      5      if (os == "android") and not debug: [PASS, FAIL]
      6 
      7  [e.style['animation'\] = "4" should set the property value]
      8    expected:
      9      if (os == "mac") and not debug: [PASS, FAIL]
     10      if (os == "android") and not debug: [PASS, FAIL]
     11 
     12  [e.style['animation'\] = "reverse" should set the property value]
     13    expected:
     14      if (os == "mac") and not debug: [PASS, FAIL]
     15      if (os == "android") and not debug: [PASS, FAIL]
     16 
     17  [e.style['animation'\] = "both" should set the property value]
     18    expected:
     19      if (os == "mac") and not debug: [PASS, FAIL]
     20      if (os == "android") and not debug: [PASS, FAIL]
     21 
     22  [e.style['animation'\] = "paused" should set the property value]
     23    expected:
     24      if (os == "mac") and not debug: [PASS, FAIL]
     25      if (os == "android") and not debug: [PASS, FAIL]
     26 
     27  [e.style['animation'\] = "none" should set the property value]
     28    expected:
     29      if (os == "mac") and not debug: [PASS, FAIL]
     30      if (os == "android") and not debug: [PASS, FAIL]
     31 
     32  [e.style['animation'\] = "anim" should set the property value]
     33    expected:
     34      if (os == "mac") and not debug: [PASS, FAIL]
     35      if (os == "android") and not debug: [PASS, FAIL]
     36 
     37  [e.style['animation'\] = "anim paused both reverse, 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set the property value]
     38    expected:
     39      if (os == "mac") and not debug: [PASS, FAIL]
     40      if (os == "android") and not debug: [PASS, FAIL]