tor-browser

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

timing-functions-syntax-valid.html.ini (777B)


      1 [timing-functions-syntax-valid.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [e.style['animation-timing-function'\] = "steps(calc(2 + sign(100em - 1px)))" should set the property value]
      5    expected: FAIL
      6 
      7  [e.style['animation-timing-function'\] = "cubic-bezier(calc(-2), calc(0.7 / 2), calc(1.5), calc(0))" should set the property value]
      8    expected: FAIL
      9 
     10  [e.style['animation-timing-function'\] = "steps(calc(-10), start)" should set the property value]
     11    expected: FAIL
     12 
     13  [e.style['animation-timing-function'\] = "steps(calc(1), jump-none)" should set the property value]
     14    expected: FAIL
     15 
     16  [e.style['animation-timing-function'\] = "cubic-bezier(0, sibling-index(), 1, sign(2em - 20px))" should set the property value]
     17    expected: FAIL