blob: 9b99fddd97585b26a3f6a76215fbc84808d2d9fc [file] [log] [blame]
CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M56, around January 2017. See https://www.chromestatus.com/features/5716060992962560 for more details.
This test checks if reportValidity() returns correctly a true (meaning no error) result.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
lorem ipsum
Elements valid from the begining
PASS document.getElementsByTagName("fieldset")[0].reportValidity() is true
PASS document.getElementsByTagName("input")[0].reportValidity() is true
PASS document.getElementsByTagName("button")[0].reportValidity() is true
PASS document.getElementsByTagName("select")[0].reportValidity() is true
PASS document.getElementsByTagName("textarea")[0].reportValidity() is true
PASS document.getElementsByTagName("output")[0].reportValidity() is true
PASS document.getElementsByTagName("object")[0].reportValidity() is true
PASS document.getElementsByTagName("keygen")[0].reportValidity() is true
PASS document.getElementById("happy_form")[0].reportValidity() is true
Element valid when changed
PASS form.reportValidity() is true
PASS successfullyParsed is true
TEST COMPLETE