tor-browser

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

dialog-toggle-source.html.ini (966B)


      1 [dialog-toggle-source.html]
      2  [ToggleEvent.source on <dialog> elements: dialog.showModal().]
      3    expected:
      4      if not sessionHistoryInParent and debug: [PASS, FAIL]
      5 
      6  [ToggleEvent.source on <dialog> elements: command button.]
      7    expected:
      8      if not sessionHistoryInParent and debug: [PASS, FAIL]
      9 
     10  [ToggleEvent.source on <dialog> elements: open with showModal, close with button.]
     11    expected:
     12      if not sessionHistoryInParent and debug: [PASS, FAIL]
     13 
     14  [ToggleEvent.soruce on <dialog> elements: open with button, close with dialog.close().]
     15    expected:
     16      if not sessionHistoryInParent and debug: [PASS, FAIL]
     17 
     18  [ToggleEvent.source on <dialog> elements: open with showModal, close with request-close button.]
     19    expected:
     20      if not sessionHistoryInParent and debug: [PASS, FAIL]
     21 
     22  [ToggleEvent.source on <dialog> elements: open with button, close with light dismiss.]
     23    expected:
     24      if not sessionHistoryInParent and debug: [PASS, FAIL]