blob: 3d05b042cac3970ca1ed6466849b51b5cdc5211e [file] [log] [blame]
CONSOLE WARNING: line 11: The specified value "ABC" does not conform to the required format. The format is "yyyy-Www" where yyyy is year in four or more digits, and ww is 01-53.
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