tor-browser

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

view-timeline-range-animation.html.ini (1693B)


      1 [view-timeline-range-animation.html]
      2  expected: [TIMEOUT, OK]
      3  [Animation with ranges [contain 0%, contain 100%\]]
      4    expected: FAIL
      5 
      6  [Animation with ranges [exit 0%, exit 100%\]]
      7    expected: FAIL
      8 
      9  [Animation with ranges [cover 20px, cover 100px\]]
     10    expected:
     11      if os == "mac": [FAIL, NOTRUN]
     12      FAIL
     13 
     14  [Animation with ranges [contain 20px, contain 100px\]]
     15    expected:
     16      if os == "mac": [FAIL, NOTRUN]
     17      FAIL
     18 
     19  [Animation with ranges [exit 20px, exit 80px\]]
     20    expected:
     21      if os == "mac": [FAIL, NOTRUN]
     22      FAIL
     23 
     24  [Animation with ranges [contain 20px, contain calc(100px - 10%)\]]
     25    expected:
     26      if os == "mac": [FAIL, NOTRUN]
     27      FAIL
     28 
     29  [Animation with ranges [exit 2em, exit 8em\]]
     30    expected:
     31      if os == "mac": [FAIL, NOTRUN, TIMEOUT]
     32      FAIL
     33 
     34  [Animation with ranges [entry 0%, entry 100%\]]
     35    expected: FAIL
     36 
     37  [Animation with ranges [contain -50%, entry 200%\]]
     38    expected:
     39      if os == "mac": [FAIL, TIMEOUT]
     40      FAIL
     41 
     42  [Animation with ranges [entry 20px, entry 100px\]]
     43    expected:
     44      if os == "mac": [FAIL, NOTRUN]
     45      FAIL
     46 
     47  [Animation with ranges [entry-crossing 20px, entry-crossing 100px\]]
     48    expected:
     49      if os == "mac": [FAIL, NOTRUN]
     50      FAIL
     51 
     52  [Animation with ranges [exit-crossing 20px, exit-crossing 80px\]]
     53    expected:
     54      if os == "mac": [FAIL, NOTRUN]
     55      FAIL
     56 
     57  [Animation with ranges [exit 2em, exit 8em\] (scoped)]
     58    expected:
     59      if os == "mac": [TIMEOUT, NOTRUN, FAIL]
     60      [TIMEOUT, FAIL]
     61 
     62  [Animation with ranges [scroll 100px, scroll 800px\]]
     63    expected: NOTRUN
     64 
     65  [Animation with ranges [entry 0%, exit 100%\]]
     66    expected:
     67      if os == "mac": [PASS, NOTRUN]