Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/dom/documents/dom-tree-accessors/nameditem-empty-name-dynamic-crash.html - WPT Dashboard Interop Dashboard
<script>
document.addEventListener("DOMContentLoaded", () => {
const o = document.getElementById("a")
o.setAttribute(o.attributes[0].name, "")
})
</script>
<img id="a" name="รค"/>