tor-browser

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

case.html (1101B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 <title>Tests for case-sensitivity in APIs</title>
      4 <link rel=help href="https://dom.spec.whatwg.org/#dom-document-createelement">
      5 <link rel=help href="https://dom.spec.whatwg.org/#dom-document-createelementns">
      6 <link rel=help href="https://dom.spec.whatwg.org/#dom-document-getelementsbytagname">
      7 <link rel=help href="https://dom.spec.whatwg.org/#dom-document-getelementsbytagnamens">
      8 <link rel=help href="https://dom.spec.whatwg.org/#dom-element-setattribute">
      9 <link rel=help href="https://dom.spec.whatwg.org/#dom-element-setattributens">
     10 <link rel=help href="https://dom.spec.whatwg.org/#dom-element-hasattribute">
     11 <link rel=help href="https://dom.spec.whatwg.org/#dom-element-hasattributens">
     12 <link rel=help href="https://dom.spec.whatwg.org/#dom-element-getelementsbytagname">
     13 <link rel=help href="https://dom.spec.whatwg.org/#dom-element-getelementsbytagnamens">
     14 <script>var is_html = true;</script>
     15 <script src="/resources/testharness.js"></script>
     16 <script src="/resources/testharnessreport.js"></script>
     17 <script src="case.js"></script>
     18 <div id="log"></div>