OLD | NEW |
(Empty) | |
| 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-getelementsbytagn
ame"> |
| 7 <link rel=help href="https://dom.spec.whatwg.org/#dom-document-getelementsbytagn
amens"> |
| 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-getelementsbytagna
me"> |
| 13 <link rel=help href="https://dom.spec.whatwg.org/#dom-element-getelementsbytagna
mens"> |
| 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> |
OLD | NEW |