tor-browser

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

passive-by-default.html.ini (809B)


      1 [passive-by-default.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [mousewheel listener is passive by default for Window]
      5    expected: FAIL
      6 
      7  [mousewheel listener is passive with {passive:undefined} for Window]
      8    expected: FAIL
      9 
     10  [mousewheel listener is passive by default for HTMLDocument]
     11    expected: FAIL
     12 
     13  [mousewheel listener is passive with {passive:undefined} for HTMLDocument]
     14    expected: FAIL
     15 
     16  [mousewheel listener is passive by default for HTMLHtmlElement]
     17    expected: FAIL
     18 
     19  [mousewheel listener is passive with {passive:undefined} for HTMLHtmlElement]
     20    expected: FAIL
     21 
     22  [mousewheel listener is passive by default for HTMLBodyElement]
     23    expected: FAIL
     24 
     25  [mousewheel listener is passive with {passive:undefined} for HTMLBodyElement]
     26    expected: FAIL