blob: b0ec1b3c508f4b10b6fad9ea5e25156f1528ef54 [file] [log] [blame]
CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M54, around October 2016. 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