tor-browser

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

KeyframeEffect-getKeyframes.tentative.html.ini (2026B)


      1 [KeyframeEffect-getKeyframes.tentative.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [KeyframeEffect.getKeyframes() returns expected frames for an animation with multiple keyframes for the same time and with different easing functions and composite operations]
      5    bugs: https://bugzilla.mozilla.org/show_bug.cgi?id=1778402
      6    expected: FAIL
      7 
      8  [KeyframeEffect.getKeyframes() returns expected values for animations with implicit values and a non-default timingfunction specified for 0% and 100%]
      9    bugs: https://bugzilla.mozilla.org/show_bug.cgi?id=1778403
     10    expected: FAIL
     11 
     12  [KeyframeEffect.getKeyframes() returns expected values for animations with background-size properties and missing keyframes]
     13    expected: FAIL
     14 
     15  [KeyframeEffect.getKeyframes() returns expected frames for an animation with a 0% keyframe and no 100% keyframe]
     16    expected: FAIL
     17 
     18  [KeyframeEffect.getKeyframes() returns expected frames for an animation with a 100% keyframe and no 0% keyframe]
     19    expected: FAIL
     20 
     21  [KeyframeEffect.getKeyframes() returns expected frames for an animation with no 0% or 100% keyframe but with a 50% keyframe]
     22    expected: FAIL
     23 
     24  [KeyframeEffect.getKeyframes() returns expected values for animations with filter properties and missing keyframes]
     25    expected: FAIL
     26 
     27  [KeyframeEffect.getKeyframes() returns expected values for animations with text-shadow properties and missing keyframes]
     28    expected: FAIL
     29 
     30  [KeyframeEffect.getKeyframes() returns expected values for animations with CSS variables as keyframe values]
     31    expected: FAIL
     32 
     33  [KeyframeEffect.getKeyframes() returns expected values for animations with CSS variables as keyframe values in a shorthand property]
     34    expected: FAIL
     35 
     36  [KeyframeEffect.getKeyframes() returns expected values for animations with a CSS variable which is overriden by the value in keyframe]
     37    expected: FAIL
     38 
     39  [KeyframeEffect.getKeyframes() returns expected values for animations with only custom property in a keyframe]
     40    expected: FAIL