tor-browser

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

dialog-form-submission.html.ini (658B)


      1 [dialog-form-submission.html]
      2  [formmethod attribute should use dialog form submission]
      3    expected:
      4      if (os == "mac") and not debug: [PASS, FAIL]
      5 
      6  [input image button should return the coordinates]
      7    expected:
      8      if (os == "mac") and not debug: [PASS, FAIL]
      9 
     10  [calling form.submit() in click handler of submit button should start the submission synchronously]
     11    expected:
     12      if (os == "mac") and not debug: [PASS, FAIL]
     13 
     14  [closing the dialog while submitting should stop the submission]
     15    expected:
     16      if (os == "mac") and not debug: [PASS, FAIL]
     17 
     18  [returnValue doesn't update when there's no value attribute.]
     19    expected: FAIL