tor-browser

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

pointerevent_click_is_a_pointerevent.html.ini (1256B)


      1 [pointerevent_click_is_a_pointerevent.html?pen]
      2  [click using pen is a PointerEvent with correct properties]
      3    expected: FAIL
      4 
      5  [click using pen is a PointerEvent with correct properties when no other PointerEvent listeners are present]
      6    expected: FAIL
      7 
      8  [click using pen is a PointerEvent with correct properties in a subframe]
      9    expected: FAIL
     10 
     11 
     12 [pointerevent_click_is_a_pointerevent.html?mouse]
     13 
     14 [pointerevent_click_is_a_pointerevent.html?touch]
     15  expected:
     16    if (os == "win") and debug and (processor == "x86"): [OK, TIMEOUT]
     17    if (os == "linux") and debug and not fission: [OK, TIMEOUT]
     18  [click using touch is a PointerEvent with correct properties]
     19    expected:
     20      if (os == "linux") and debug and not fission: [PASS, TIMEOUT]
     21 
     22  [click using touch is a PointerEvent with correct properties in a subframe]
     23    expected:
     24      if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
     25      if (os == "linux") and debug and not fission: [PASS, NOTRUN]
     26 
     27  [click using touch is a PointerEvent with correct properties when no other PointerEvent listeners are present]
     28    expected:
     29      if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT]
     30      if (os == "linux") and debug and not fission: [PASS, NOTRUN]