tor-browser

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

select-parsing.html.ini (702B)


      1 [select-parsing.html]
      2  [<div>s, <button>s, and <datalist>s should be allowed in <select>]
      3    expected: FAIL
      4 
      5  [</select> should close <button>]
      6    expected: FAIL
      7 
      8  [</select> should close <datalist>]
      9    expected: FAIL
     10 
     11  [<select> in <button> in <select> should remove inner <select>]
     12    expected: FAIL
     13 
     14  [<select> in <select><button><div> should remove inner <select>]
     15    expected: FAIL
     16 
     17  [Divs and imgs should be allowed as direct children of select and within options without a datalist]
     18    expected: FAIL
     19 
     20  [textarea tags should parse inside select instead of closing the select]
     21    expected: FAIL
     22 
     23  [Input tags should parse inside select if nested in another tag]
     24    expected: FAIL