| OLD | NEW |
| 1 CONSOLE WARNING: line 11: The specified value 'ABC' does not conform to the requ
ired format, 'yyyy-MM-dd'. | 1 CONSOLE WARNING: line 11: The specified value "ABC" does not conform to the requ
ired format, "yyyy-MM-dd". |
| 2 Test if an input field matches to various pseudo classes | 2 Test if an input field matches to various pseudo classes |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 PASS matchedNodesContainId(container, ":enabled", "enabled") is true | 7 PASS matchedNodesContainId(container, ":enabled", "enabled") is true |
| 8 PASS matchedNodesContainId(container, ":valid", "enabled") is true | 8 PASS matchedNodesContainId(container, ":valid", "enabled") is true |
| 9 PASS matchedNodesContainId(container, ":optional", "enabled") is true | 9 PASS matchedNodesContainId(container, ":optional", "enabled") is true |
| 10 PASS matchedNodesContainId(container, ":read-write", "enabled") is true | 10 PASS matchedNodesContainId(container, ":read-write", "enabled") is true |
| 11 PASS matchedNodesContainId(container, ":disabled", "disabled") is true | 11 PASS matchedNodesContainId(container, ":disabled", "disabled") is true |
| 12 PASS matchedNodesContainId(container, ":invalid", "invalid") is true | 12 PASS matchedNodesContainId(container, ":invalid", "invalid") is true |
| 13 PASS matchedNodesContainId(container, ":in-range", "inrange") is true | 13 PASS matchedNodesContainId(container, ":in-range", "inrange") is true |
| 14 PASS matchedNodesContainId(container, ":in-range", "badvalue") is true | 14 PASS matchedNodesContainId(container, ":in-range", "badvalue") is true |
| 15 PASS matchedNodesContainId(container, ":out-of-range", "outofrange") is true | 15 PASS matchedNodesContainId(container, ":out-of-range", "outofrange") is true |
| 16 PASS matchedNodesContainId(container, ":read-only", "readonly") is true | 16 PASS matchedNodesContainId(container, ":read-only", "readonly") is true |
| 17 PASS matchedNodesContainId(container, ":required", "required") is true | 17 PASS matchedNodesContainId(container, ":required", "required") is true |
| 18 PASS matchedNodesContainId(container, ":out-of-range", "outofrange") is false | 18 PASS matchedNodesContainId(container, ":out-of-range", "outofrange") is false |
| 19 PASS matchedNodesContainId(container, ":in-range", "outofrange") is true | 19 PASS matchedNodesContainId(container, ":in-range", "outofrange") is true |
| 20 PASS matchedNodesContainId(container, ":in-range", "inrange") is false | 20 PASS matchedNodesContainId(container, ":in-range", "inrange") is false |
| 21 PASS matchedNodesContainId(container, ":out-of-range", "inrange") is true | 21 PASS matchedNodesContainId(container, ":out-of-range", "inrange") is true |
| 22 PASS successfullyParsed is true | 22 PASS successfullyParsed is true |
| 23 | 23 |
| 24 TEST COMPLETE | 24 TEST COMPLETE |
| 25 | 25 |
| OLD | NEW |