tor-browser

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

FormControlRange-unsupported-elements.html.ini (488B)


      1 [FormControlRange-unsupported-elements.html]
      2  [FormControlRange throws NotSupportedError for text node.]
      3    expected: FAIL
      4 
      5  [FormControlRange should throw NotSupportedError for all unsupported HTML5 elements.]
      6    expected: FAIL
      7 
      8  [FormControlRange should throw NotSupportedError for unsupported input types.]
      9    expected: FAIL
     10 
     11  [NotSupportedError should take precedence over IndexSizeError when both element type and index are invalid for a FormControlRange.]
     12    expected: FAIL