tor-browser

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

prefer-focused-element.html.ini (542B)


      1 [prefer-focused-element.html]
      2  [scroller selects focused target from aligned choices on snap]
      3    expected: FAIL
      4 
      5  [out-of-viewport focused element is not the selected snap target.]
      6    expected: FAIL
      7 
      8  [scroller follows selected snap target through layout shift,regardless of focus]
      9    expected:
     10      if (os == "linux") and fission and not asan and not debug and not tsan: [FAIL, PASS]
     11      if (os == "linux") and not fission and debug: [FAIL, PASS]
     12      if os == "win": [FAIL, PASS]
     13      if os == "android": FAIL
     14      [PASS, FAIL]