tor-browser

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

wraps-in-both-axes.html.ini (649B)


      1 [wraps-in-both-axes.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [When on the last column, a right arrow press should move the focus to first column if the focusgroup wraps horizontally.]
      5    expected: FAIL
      6 
      7  [When on the last row, a down arrow press should move the focus to first row if the focusgroup wraps vertically.]
      8    expected: FAIL
      9 
     10  [When on the first column, a left arrow press should move the focus to last column if the focusgroup wraps horizontally.]
     11    expected: FAIL
     12 
     13  [When on the first row, an up arrow press should move the focus to last row if the focusgroup wraps vertically.]
     14    expected: FAIL