Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 38 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/scripting-1/the-template-element/reflect-html-for.tentative.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>Test that htmlFor reflects the for attribute</title>
<meta name=timeout content=long>
<div id=log></div>
<script src="/resources/testharness.js"></script>
<script src=/resources/testharnessreport.js></script>
<script src=/html/dom/original-harness.js></script>
<script src=/html/dom/new-harness.js></script>
<script>
mergeElements({
template: {
htmlFor: {type: "string", domAttrName: "for"},
}
});
</script>
<script src=/html/dom/reflection.js></script>