tor-browser

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

webkit-animation-iteration-event.html.ini (3974B)


      1 [webkit-animation-iteration-event.html]
      2  expected:
      3    if (os == "linux") and not tsan and asan and fission: [TIMEOUT, OK]
      4    if (os == "linux") and not tsan and asan and not fission: [TIMEOUT, OK]
      5    if (os == "linux") and tsan: [TIMEOUT, OK]
      6    if os == "android": OK
      7    [OK, TIMEOUT]
      8  [webkitAnimationIteration event listener is case sensitive]
      9    expected:
     10      if (os == "linux") and not debug and not tsan and asan and fission: [NOTRUN, PASS]
     11      if (os == "linux") and not debug and not tsan and asan and not fission: [NOTRUN, PASS]
     12      if (os == "linux") and not debug and not tsan and not asan: [PASS, NOTRUN]
     13      if (os == "linux") and debug and fission: [PASS, FAIL, TIMEOUT, NOTRUN]
     14      if (os == "linux") and debug and not fission: [PASS, FAIL, NOTRUN]
     15      if (os == "linux") and not debug and tsan: [NOTRUN, PASS]
     16      if (os == "win") and debug: [PASS, TIMEOUT, NOTRUN]
     17 
     18  [onwebkitanimationiteration event handler should trigger for an animation]
     19    expected: [PASS, TIMEOUT]
     20 
     21  [webkitAnimationIteration event listener should trigger for an animation]
     22    expected:
     23      if not debug and (os == "linux") and not tsan and asan and fission: [NOTRUN, PASS]
     24      if not debug and (os == "linux") and not tsan and asan and not fission: [NOTRUN, PASS]
     25      if not debug and (os == "linux") and tsan: [NOTRUN, PASS]
     26      if debug and fission: [PASS, TIMEOUT, NOTRUN]
     27      [PASS, NOTRUN]
     28 
     29  [webkitAnimationIteration event listener should not trigger if an unprefixed listener also exists]
     30    expected:
     31      if (os == "linux") and not debug and not tsan and asan and fission: [NOTRUN, PASS]
     32      if (os == "linux") and not debug and not tsan and asan and not fission: [NOTRUN, PASS]
     33      if (os == "linux") and debug and fission: [PASS, TIMEOUT, NOTRUN]
     34      if (os == "linux") and not debug and tsan: [NOTRUN, PASS]
     35      if os == "android": PASS
     36      [PASS, NOTRUN]
     37 
     38  [onwebkitanimationiteration event handler should not trigger if an unprefixed event handler also exists]
     39    expected:
     40      if not asan and tsan: [TIMEOUT, PASS, NOTRUN]
     41      if not asan and not tsan: [PASS, TIMEOUT, NOTRUN]
     42      [NOTRUN, PASS, TIMEOUT]
     43 
     44  [event types for prefixed and unprefixed animationiteration event handlers should be named appropriately]
     45    expected:
     46      if not debug and (os == "linux") and not tsan and asan and fission: [NOTRUN, PASS]
     47      if not debug and (os == "linux") and not tsan and asan and not fission: [NOTRUN, PASS]
     48      if not debug and (os == "linux") and tsan: [NOTRUN, PASS]
     49      if debug and fission: [PASS, TIMEOUT, NOTRUN]
     50      [PASS, NOTRUN]
     51 
     52  [event types for prefixed and unprefixed animationiteration event listeners should be named appropriately]
     53    expected:
     54      if (os == "linux") and not debug and not tsan and asan and fission: [NOTRUN, PASS]
     55      if (os == "linux") and not debug and not tsan and asan and not fission: [NOTRUN, PASS]
     56      if (os == "linux") and debug and fission: [PASS, TIMEOUT, NOTRUN]
     57      if (os == "linux") and not debug and tsan: [NOTRUN, PASS]
     58      if (os == "win") and debug: [PASS, TIMEOUT, NOTRUN]
     59      if os == "android": PASS
     60      [PASS, NOTRUN]
     61 
     62  [webkitAnimationIteration event listener should not trigger if an unprefixed event handler also exists]
     63    expected:
     64      if not debug and (os == "linux") and not tsan and asan and fission: [NOTRUN, PASS]
     65      if not debug and (os == "linux") and not tsan and asan and not fission: [NOTRUN, PASS]
     66      if not debug and (os == "linux") and tsan: [NOTRUN, PASS]
     67      if debug and fission: [PASS, TIMEOUT, NOTRUN]
     68      [PASS, NOTRUN]
     69 
     70  [onwebkitanimationiteration event handler should not trigger if an unprefixed listener also exists]
     71    expected:
     72      if not debug and asan and fission: [NOTRUN, PASS]
     73      if not debug and asan and not fission: [NOTRUN, PASS, TIMEOUT]
     74      if not debug and not asan and tsan: [NOTRUN, PASS]
     75      if debug and fission: [PASS, TIMEOUT, NOTRUN]
     76      [PASS, NOTRUN]