tor-browser

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

scrollIntoView-smooth.html.ini (806B)


      1 [scrollIntoView-smooth.html]
      2  expected:
      3    if os == "android": TIMEOUT
      4  [Smooth scrollIntoView should scroll the element to the 'end' position]
      5    disabled:
      6      if debug and (os == "linux") and (processor == "x86"): wpt-sync Bug 1461151
      7    expected:
      8      if os == "android": NOTRUN
      9 
     10  [Smooth scrollIntoView should scroll the element to the 'center' position]
     11    expected:
     12      if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL]
     13      if os == "android": NOTRUN
     14 
     15  [Smooth scrollIntoView should scroll the element to the 'nearest' position]
     16    expected:
     17      if (os == "linux") and debug and not fission: [PASS, FAIL]
     18      if os == "android": TIMEOUT
     19 
     20  [Smooth scrollIntoView should scroll the element to the 'start' position]
     21    expected:
     22      if os == "android": NOTRUN