blob: 8efd7e0149a181343aac5b2d7ed9e1b79a9390c2 [file] [log] [blame]
CONSOLE WARNING: line 11: The specified value "ABC" does not conform to the required format. The format is "yyyy-MM" where yyyy is year in four or more digits, and MM is 01-12.
Test if an input field matches to various pseudo classes
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS matchedNodesContainId(container, ":enabled", "enabled") is true
PASS matchedNodesContainId(container, ":valid", "enabled") is true
PASS matchedNodesContainId(container, ":optional", "enabled") is true
PASS matchedNodesContainId(container, ":read-write", "enabled") is true
PASS matchedNodesContainId(container, ":disabled", "disabled") is true
PASS matchedNodesContainId(container, ":invalid", "invalid") is true
PASS matchedNodesContainId(container, ":in-range", "inrange") is true
PASS matchedNodesContainId(container, ":in-range", "badvalue") is true
PASS matchedNodesContainId(container, ":out-of-range", "outofrange") is true
PASS matchedNodesContainId(container, ":read-only", "readonly") is true
PASS matchedNodesContainId(container, ":required", "required") is true
PASS matchedNodesContainId(container, ":out-of-range", "outofrange") is false
PASS matchedNodesContainId(container, ":in-range", "outofrange") is true
PASS matchedNodesContainId(container, ":in-range", "inrange") is false
PASS matchedNodesContainId(container, ":out-of-range", "inrange") is true
PASS successfullyParsed is true
TEST COMPLETE