document.getElementsByName("")
Previously, if a document had any element with a name attribute that was set to the empty string, then `document.getElementsByName("")` and `element.getElementsByName("")` would return a collection including those elements.