tor-browser

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

select-multiple-re-add-option-via-document-fragment-ref.html (198B)


      1 <!doctype html>
      2 <title>Reference: Move option from select[multiple] into DocumentFragment and back</title>
      3 <p>You should see the word PASS below.</p>
      4 <select multiple><option>PASS</option></select>