tor-browser

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

behaves-like-button-with-command.tentative.html.ini (688B)


      1 [behaves-like-button-with-command.tentative.html]
      2  [Custom button with type=button and command='toggle-popover' toggles popover.]
      3    expected: FAIL
      4 
      5  [Custom button with command='show-popover' only opens popover.]
      6    expected: FAIL
      7 
      8  [Custom button with command='hide-popover' only closes popover.]
      9    expected: FAIL
     10 
     11  [Custom button with command='show-modal' opens dialog.]
     12    expected: FAIL
     13 
     14  [Custom button with command='close' closes dialog.]
     15    expected: FAIL
     16 
     17  [Custom button with command='request-close' closes open dialog and does nothing when dialog is already closed.]
     18    expected: FAIL
     19 
     20  [Custom button with custom command fires command event.]
     21    expected: FAIL