tor-browser

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

Event-dispatch-detached-input-and-change.html.ini (879B)


      1 [Event-dispatch-detached-input-and-change.html]
      2  [detached checkbox should not emit input or change events on click().]
      3    expected:
      4      if (os == "mac") and not debug: [PASS, FAIL]
      5      if (os == "android") and not debug: [PASS, FAIL]
      6 
      7  [detached radio should not emit input or change events on click().]
      8    expected:
      9      if (os == "mac") and not debug: [PASS, FAIL]
     10      if (os == "android") and not debug: [PASS, FAIL]
     11 
     12  [detached checkbox should not emit input or change events on dispatchEvent(new MouseEvent('click')).]
     13    expected:
     14      if (os == "mac") and not debug: [PASS, FAIL]
     15      if (os == "android") and not debug: [PASS, FAIL]
     16 
     17  [detached radio should not emit input or change events on dispatchEvent(new MouseEvent('click')).]
     18    expected:
     19      if (os == "mac") and not debug: [PASS, FAIL]
     20      if (os == "android") and not debug: [PASS, FAIL]