document.getElementById("")
Previously, if a document had an element whose id was the empty string, then `document.getElementById("")` and `element.getElementById("")` would return that element. (cherry picked from commit f666d967d6bac289346cf19f833f81bdc22adbdb)