tor-browser

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

selected-option-parser-crash.html (197B)


      1 <!DOCTYPE html>
      2 <select disabled>
      3  <option id=one selected>one</option>
      4  <option id=two disabled>two
      5    <table><div><div</table>
      6  </option>
      7  <option id=three selected>three</option>
      8 </select>