tor-browser

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

form-elements-namedItem.html.ini (704B)


      1 [form-elements-namedItem.html]
      2  [Form associated custom elements should work with document.forms.elements.namedItem()]
      3    expected:
      4      if (os == "linux") and not debug: [PASS, FAIL]
      5      if (os == "mac") and not debug: [PASS, FAIL]
      6 
      7  [Form associated custom elements should work with document.forms.elements.namedItem() after upgrading]
      8    expected:
      9      if (os == "linux") and not debug: [PASS, FAIL]
     10      if (os == "mac") and not debug: [PASS, FAIL]
     11 
     12  [Form associated custom elements should work with document.forms.elements.namedItem() after updating the name attribute]
     13    expected:
     14      if (os == "linux") and not debug: [PASS, FAIL]
     15      if (os == "mac") and not debug: [PASS, FAIL]