tor-browser

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

pointerevent_click_during_parent_capture.html.ini (988B)


      1 [pointerevent_click_during_parent_capture.html?pointerType=touch&preventDefault=pointerdown]
      2  [Test in the topmost document: "click" event should be fired on expected target]
      3    expected: FAIL
      4 
      5  [Test in the iframe: "click" event should be fired on expected target]
      6    expected: FAIL
      7 
      8  [Test in the topmost document: all expected events should be fired]
      9    expected:
     10      if (os == "linux") and debug and not fission: [PASS, FAIL]
     11 
     12 
     13 [pointerevent_click_during_parent_capture.html?pointerType=touch&preventDefault=]
     14  [Test in the topmost document: "click" event should be fired on expected target]
     15    expected: FAIL
     16 
     17  [Test in the iframe: "click" event should be fired on expected target]
     18    expected: FAIL
     19 
     20 
     21 [pointerevent_click_during_parent_capture.html?pointerType=touch&preventDefault=touchstart]
     22 
     23 [pointerevent_click_during_parent_capture.html?pointerType=mouse&preventDefault=]
     24 
     25 [pointerevent_click_during_parent_capture.html?pointerType=mouse&preventDefault=pointerdown]