blob: b869614beca887b900c239eb8b6e0ae9d801da5c [file] [log] [blame]
CONSOLE WARNING: line 16: The <keygen> element is deprecated and will be removed in M56, around January 2017. See https://www.chromestatus.com/features/5716060992962560 for more details.
Existence tests for .setCustomValidity property
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Existence of .setCustomValidity
PASS typeof document.getElementsByTagName("input")[0].setCustomValidity is "function"
PASS typeof document.getElementsByTagName("button")[0].setCustomValidity is "function"
PASS typeof document.getElementsByTagName("fieldset")[0].setCustomValidity is "function"
PASS typeof document.getElementsByTagName("select")[0].setCustomValidity is "function"
PASS typeof document.getElementsByTagName("textarea")[0].setCustomValidity is "function"
PASS typeof document.getElementsByTagName("output")[0].setCustomValidity is "function"
PASS typeof document.getElementsByTagName("object")[0].setCustomValidity is "function"
PASS typeof document.getElementsByTagName("keygen")[0].setCustomValidity is "function"
PASS successfullyParsed is true
TEST COMPLETE
Test