tor-browser

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

transform-interpolation-inline-value.html.ini (830B)


      1 [transform-interpolation-inline-value.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [Interpolation between translateY(0%) and translateX(50%) gives the correct computed value halfway according to commitStyles.]
      5    expected: FAIL
      6 
      7  [Interpolation between translateX(50px) and translateY(50px) gives the correct computed value halfway according to commitStyles.]
      8    expected: FAIL
      9 
     10  [Interpolation between rotate(0deg) and rotateZ(90deg) gives the correct computed value halfway according to commitStyles.]
     11    expected: FAIL
     12 
     13  [Interpolation between scaleX(2) and scaleY(2) gives the correct computed value halfway according to commitStyles.]
     14    expected: FAIL
     15 
     16  [Interpolation between scaleX(2) and scaleY(3) gives the correct computed value halfway according to commitStyles.]
     17    expected: FAIL