tor-browser

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

pointerevent_setpointercapture_to_same_element_twice.html.ini (909B)


      1 [pointerevent_setpointercapture_to_same_element_twice.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4 
      5 [pointerevent_setpointercapture_to_same_element_twice.html?pen]
      6  [A repeated setPointerCapture call does not redispatch capture events]
      7    expected: FAIL
      8 
      9  [A failed setPointerCapture call does not affect existing capture]
     10    expected: FAIL
     11 
     12 
     13 [pointerevent_setpointercapture_to_same_element_twice.html?touch]
     14  expected:
     15    if (os == "win") and debug and (processor == "x86"): [OK, TIMEOUT]
     16  [A failed setPointerCapture call does not affect existing capture]
     17    expected:
     18      if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
     19 
     20  [A repeated setPointerCapture call does not redispatch capture events]
     21    expected:
     22      if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT]
     23 
     24 
     25 [pointerevent_setpointercapture_to_same_element_twice.html?mouse]