tor-browser

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

worklet-animation-creation.https.html.ini (792B)


      1 [worklet-animation-creation.https.html]
      2  [WorkletAnimation creation with timeline and options should work]
      3    expected: FAIL
      4 
      5  [WorkletAnimation creation with timeline should work]
      6    expected: FAIL
      7 
      8  [WorkletAnimation creation without timeline should use default documentation timeline]
      9    expected: FAIL
     10 
     11  [Constructing worklet animation for unregisested animator should throw]
     12    expected: FAIL
     13 
     14  [If there are no effects specified, object construction should fail]
     15    expected: FAIL
     16 
     17  [ScrollTimeline is a valid timeline for a WorkletAnimation]
     18    expected: FAIL
     19 
     20  [WorkletAnimation creation should choose the correct timeline based on the current global object]
     21    expected: FAIL
     22 
     23  [Creating animation with effects from different documents is allowed]
     24    expected: FAIL