Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /dom/nodes/crashtests/attribute-index-when-no-attributes.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<script>
document.createElement("fieldset").attributes.item(0);
</script>