tor-browser

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

timeline-scope.html.ini (654B)


      1 [timeline-scope.html]
      2  expected:
      3    if os == "mac": [OK, TIMEOUT]
      4  [Descendant can attach to deferred timeline]
      5    expected: FAIL
      6 
      7  [Dynamically re-attaching]
      8    expected: FAIL
      9 
     10  [Dynamically detaching]
     11    expected: FAIL
     12 
     13  [Removing/inserting element with attaching timeline]
     14    expected: FAIL
     15 
     16  [Ancestor attached element becoming display:none/block]
     17    expected:
     18      if os == "mac": [FAIL, TIMEOUT]
     19      FAIL
     20 
     21  [A deferred timeline appearing dynamically in the ancestor chain]
     22    expected:
     23      if os == "mac": [FAIL, NOTRUN]
     24      FAIL
     25 
     26  [Animations prefer non-deferred timelines]
     27    expected:
     28      if os == "mac": [PASS, NOTRUN]