This test checks if form controls with names corresponding to form element's interface members (as well as those defined further up the chain — in HTMLElement, Element, Node, ...), shadows those members. For example, does <input name="submit"> shadow formElement.submit method? Does <input name="className"> shadow formElement.className property? etc.