swh:1:snp:b37d435721bbd450624165f334724e3585346499
Raw File
Tip revision: 4325cea5626c2861fc9e94897c1a0a7754cf6998 authored by Yutaka Hirano on 23 April 2018, 06:10:53 UTC
fix
Tip revision: 4325cea
case.html
<!DOCTYPE html>
<meta charset=utf-8>
<title>Tests for case-sensitivity in APIs</title>
<link rel=help href="https://dom.spec.whatwg.org/#dom-document-createelement">
<link rel=help href="https://dom.spec.whatwg.org/#dom-document-createelementns">
<link rel=help href="https://dom.spec.whatwg.org/#dom-document-getelementsbytagname">
<link rel=help href="https://dom.spec.whatwg.org/#dom-document-getelementsbytagnamens">
<link rel=help href="https://dom.spec.whatwg.org/#dom-element-setattribute">
<link rel=help href="https://dom.spec.whatwg.org/#dom-element-setattributens">
<link rel=help href="https://dom.spec.whatwg.org/#dom-element-hasattribute">
<link rel=help href="https://dom.spec.whatwg.org/#dom-element-hasattributens">
<link rel=help href="https://dom.spec.whatwg.org/#dom-element-getelementsbytagname">
<link rel=help href="https://dom.spec.whatwg.org/#dom-element-getelementsbytagnamens">
<script>var is_html = true;</script>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="case.js"></script>
<div id="log"></div>
back to top