tor-browser

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

on-scroll-behavior.tentative.html.ini (1076B)


      1 [on-scroll-behavior.tentative.html]
      2  [page-up command scrolls up]
      3    expected: FAIL
      4 
      5  [page-down command scrolls down]
      6    expected: FAIL
      7 
      8  [page-left command scrolls left]
      9    expected: FAIL
     10 
     11  [page-right command scrolls right]
     12    expected: FAIL
     13 
     14  [page-right works on horizontal-only container]
     15    expected: FAIL
     16 
     17  [page-down works on vertical-only container]
     18    expected: FAIL
     19 
     20  [page-block-end scrolls down in horizontal writing mode]
     21    expected: FAIL
     22 
     23  [page-block-start scrolls up in horizontal writing mode]
     24    expected: FAIL
     25 
     26  [page-inline-end scrolls right in LTR]
     27    expected: FAIL
     28 
     29  [page-inline-start scrolls left in LTR]
     30    expected: FAIL
     31 
     32  [page-inline-end works in RTL container]
     33    expected: FAIL
     34 
     35  [scroll command is case-insensitive: page-up]
     36    expected: FAIL
     37 
     38  [scroll command is case-insensitive: PAGE-UP]
     39    expected: FAIL
     40 
     41  [scroll command is case-insensitive: PaGe-Up]
     42    expected: FAIL
     43 
     44  [scroll amount is approximately one page]
     45    expected: FAIL
     46 
     47  [multiple buttons can target same scroll container]
     48    expected: FAIL