tor-browser

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

scrollend-event-for-user-scroll.html.ini (825B)


      1 [scrollend-event-for-user-scroll.html]
      2  expected:
      3    if os == "mac": OK
      4    TIMEOUT
      5  [Tests that the target_div gets scrollend event when touch dragging.]
      6    expected:
      7      if os == "mac": PASS
      8      TIMEOUT
      9 
     10  [Tests that the target_div gets scrollend event when mouse wheel scrolling.]
     11    expected:
     12      if os == "mac": PASS
     13      NOTRUN
     14 
     15  [Tests that the target_div gets scrollend event when clicking scrollbar.]
     16    expected:
     17      if (os == "mac") and debug: [PASS, FAIL]
     18      if (os == "mac") and not debug: PASS
     19      NOTRUN
     20 
     21  [Tests that the target_div gets scrollend event when dragging the scrollbar thumb.]
     22    expected:
     23      if os == "mac": PASS
     24      NOTRUN
     25 
     26  [Tests that the target_div gets scrollend event when sending DOWN key to the target.]
     27    expected:
     28      if os == "mac": PASS
     29      NOTRUN