tor-browser

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

CSSTransition-canceling.tentative.html.ini (1180B)


      1 [CSSTransition-canceling.tentative.html]
      2  expected:
      3    if asan and fission: [OK, TIMEOUT]
      4  [After canceling a transition, it can still be re-used]
      5    expected:
      6      if asan and fission: [PASS, TIMEOUT]
      7 
      8  [After canceling a finished transition, it can still be re-used]
      9    expected:
     10      if asan and fission: [PASS, NOTRUN]
     11 
     12  [Setting display:none on an element cancels its transitions]
     13    expected:
     14      if asan and fission: [PASS, NOTRUN]
     15 
     16  [Setting display:none cancels transitions on a child element]
     17    expected:
     18      if asan and fission: [PASS, NOTRUN]
     19 
     20  [Removing a property from transition-property cancels transitions on that property]
     21    expected:
     22      if asan and fission: [PASS, NOTRUN]
     23 
     24  [Setting zero combined duration]
     25    expected:
     26      if asan and fission: [PASS, NOTRUN]
     27 
     28  [Changing style to another interpolable value cancels the original transition]
     29    expected:
     30      if asan and fission: [PASS, NOTRUN]
     31 
     32  [An after-change style value can't be interpolated]
     33    expected:
     34      if asan and fission: [PASS, NOTRUN]
     35 
     36  [Reversing a running transition cancels the original transition]
     37    expected:
     38      if asan and fission: [PASS, NOTRUN]