Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(733)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/datetimelocal/datetimelocal-pseudo-classes-expected.txt

Issue 1742443003: input[type=datetime-local], input[type=month] and input[type=week] warn if a specified value is an … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/month/month-pseudo-classes-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: line 11: The specified value "ABC" does not conform to the requ ired format. The format is "yyyy-MM-ddThh:mm" followed by optional ":ss" or ":s s.SSS".
1 Test if an input field matches to various pseudo classes 2 Test if an input field matches to various pseudo classes
2 3
3 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 ".
4 5
5 6
6 PASS matchedNodesContainId(container, ":enabled", "enabled") is true 7 PASS matchedNodesContainId(container, ":enabled", "enabled") is true
7 PASS matchedNodesContainId(container, ":valid", "enabled") is true 8 PASS matchedNodesContainId(container, ":valid", "enabled") is true
8 PASS matchedNodesContainId(container, ":optional", "enabled") is true 9 PASS matchedNodesContainId(container, ":optional", "enabled") is true
9 PASS matchedNodesContainId(container, ":read-write", "enabled") is true 10 PASS matchedNodesContainId(container, ":read-write", "enabled") is true
10 PASS matchedNodesContainId(container, ":disabled", "disabled") is true 11 PASS matchedNodesContainId(container, ":disabled", "disabled") is true
11 PASS matchedNodesContainId(container, ":invalid", "invalid") is true 12 PASS matchedNodesContainId(container, ":invalid", "invalid") is true
12 PASS matchedNodesContainId(container, ":in-range", "inrange") is true 13 PASS matchedNodesContainId(container, ":in-range", "inrange") is true
13 PASS matchedNodesContainId(container, ":in-range", "badvalue") is true 14 PASS matchedNodesContainId(container, ":in-range", "badvalue") is true
14 PASS matchedNodesContainId(container, ":out-of-range", "outofrange") is true 15 PASS matchedNodesContainId(container, ":out-of-range", "outofrange") is true
15 PASS matchedNodesContainId(container, ":read-only", "readonly") is true 16 PASS matchedNodesContainId(container, ":read-only", "readonly") is true
16 PASS matchedNodesContainId(container, ":required", "required") is true 17 PASS matchedNodesContainId(container, ":required", "required") is true
17 PASS matchedNodesContainId(container, ":out-of-range", "outofrange") is false 18 PASS matchedNodesContainId(container, ":out-of-range", "outofrange") is false
18 PASS matchedNodesContainId(container, ":in-range", "outofrange") is true 19 PASS matchedNodesContainId(container, ":in-range", "outofrange") is true
19 PASS matchedNodesContainId(container, ":in-range", "inrange") is false 20 PASS matchedNodesContainId(container, ":in-range", "inrange") is false
20 PASS matchedNodesContainId(container, ":out-of-range", "inrange") is true 21 PASS matchedNodesContainId(container, ":out-of-range", "inrange") is true
21 PASS successfullyParsed is true 22 PASS successfullyParsed is true
22 23
23 TEST COMPLETE 24 TEST COMPLETE
24 25
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/month/month-pseudo-classes-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698