tor-browser

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

option-value.html (427B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>HTMLOptionElement.value</title>
      4 <link rel=author title=Ms2ger href="mailto:Ms2ger@gmail.com">
      5 <link rel=help href="https://html.spec.whatwg.org/multipage/#dom-option-label">
      6 <script src="/resources/testharness.js"></script>
      7 <script src="/resources/testharnessreport.js"></script>
      8 <script src=option-label-value.js></script>
      9 <div id=log></div>
     10 <script>
     11 test_option("value")
     12 </script>