OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <meta charset=utf-8> | 2 <meta charset=utf-8> |
3 <title>Tests for case-sensitivity in APIs</title> | 3 <title>Tests for case-sensitivity in APIs</title> |
4 <link rel=help href="https://dom.spec.whatwg.org/#dom-document-createelement"> | 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"> | 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"> | 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"> | 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"> | 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"> | 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"> | 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"> | 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"> | 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"> | 13 <link rel=help href="https://dom.spec.whatwg.org/#dom-element-getelementsbytagna
mens"> |
14 <script>var is_html = true;</script> | 14 <script>var is_html = true;</script> |
15 <script src="../../../../resources/testharness.js"></script> | 15 <script src="../../../../resources/testharness.js"></script> |
16 <script src="../../../../resources/testharnessreport.js"></script> | 16 <script src="../../../../resources/testharnessreport.js"></script> |
17 <script src="case.js"></script> | 17 <script src="case.js"></script> |
18 <div id="log"></div> | 18 <div id="log"></div> |
OLD | NEW |