tor-browser

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

overscroll-behavior-without-overflow.html.ini (644B)


      1 [overscroll-behavior-without-overflow.html]
      2  [overflow: hidden and overscroll-behavior-x: none should only prevent scroll propagation on x axis.]
      3    expected:
      4      if (os == "linux") and not debug and not asan and (processor == "x86_64") and not tsan: [FAIL, PASS]
      5      FAIL
      6 
      7  [overflow: hidden and overscroll-behavior-y: none should only prevent scroll propagation on y axis.]
      8    expected: FAIL
      9 
     10  [overflow: auto and overscroll-behavior-x: none should only prevent scroll propagation on x axis.]
     11    expected: FAIL
     12 
     13  [overflow: auto and overscroll-behavior-y: none should only prevent scroll propagation on y axis.]
     14    expected: FAIL