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

Side by Side Diff: LayoutTests/fast/forms/ValidityState-customError-expected.txt

Issue 1220833002: Make the setCustomValidity() error argument not nullable (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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
OLDNEW
1 This test checks validity.customError. 1 This test checks validity.customError.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Set some value for customError. 6 Set some value for customError.
7 PASS customErrorFor("fieldset-set") is false 7 PASS customErrorFor("fieldset-set") is false
8 PASS customErrorFor("button-set") is true 8 PASS customErrorFor("button-set") is true
9 PASS customErrorFor("button-button-set") is false 9 PASS customErrorFor("button-button-set") is false
10 PASS customErrorFor("button-reset-set") is false 10 PASS customErrorFor("button-reset-set") is false
(...skipping 26 matching lines...) Expand all
37 Set some value, and set with no arguments. 37 Set some value, and set with no arguments.
38 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLFie ldSetElement': 1 argument required, but only 0 present. 38 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLFie ldSetElement': 1 argument required, but only 0 present.
39 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLBut tonElement': 1 argument required, but only 0 present. 39 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLBut tonElement': 1 argument required, but only 0 present.
40 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLBut tonElement': 1 argument required, but only 0 present. 40 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLBut tonElement': 1 argument required, but only 0 present.
41 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLBut tonElement': 1 argument required, but only 0 present. 41 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLBut tonElement': 1 argument required, but only 0 present.
42 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLSel ectElement': 1 argument required, but only 0 present. 42 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLSel ectElement': 1 argument required, but only 0 present.
43 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLTex tAreaElement': 1 argument required, but only 0 present. 43 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLTex tAreaElement': 1 argument required, but only 0 present.
44 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLInp utElement': 1 argument required, but only 0 present. 44 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLInp utElement': 1 argument required, but only 0 present.
45 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLInp utElement': 1 argument required, but only 0 present. 45 PASS setCustomValidity() threw Failed to execute 'setCustomValidity' on 'HTMLInp utElement': 1 argument required, but only 0 present.
46 PASS customErrorFor("fieldset-many-changes") is false 46 PASS customErrorFor("fieldset-many-changes") is false
47 PASS customErrorFor("button-many-changes") is false 47 PASS customErrorFor("button-many-changes") is true
48 PASS customErrorFor("button-button-many-changes") is false 48 PASS customErrorFor("button-button-many-changes") is false
49 PASS customErrorFor("button-reset-many-changes") is false 49 PASS customErrorFor("button-reset-many-changes") is false
50 PASS customErrorFor("select-many-changes") is false 50 PASS customErrorFor("select-many-changes") is true
51 PASS customErrorFor("textarea-many-changes") is false 51 PASS customErrorFor("textarea-many-changes") is true
52 PASS customErrorFor("input-many-changes") is false 52 PASS customErrorFor("input-many-changes") is true
53 PASS customErrorFor("input-submit-many-changes") is false 53 PASS customErrorFor("input-submit-many-changes") is true
54 Set with three arguments. 54 Set with three arguments.
55 PASS customErrorFor("fieldset-many-changes") is false 55 PASS customErrorFor("fieldset-many-changes") is false
56 PASS customErrorFor("button-many-changes") is true 56 PASS customErrorFor("button-many-changes") is true
57 PASS customErrorFor("button-button-many-changes") is false 57 PASS customErrorFor("button-button-many-changes") is false
58 PASS customErrorFor("button-reset-many-changes") is false 58 PASS customErrorFor("button-reset-many-changes") is false
59 PASS customErrorFor("select-many-changes") is true 59 PASS customErrorFor("select-many-changes") is true
60 PASS customErrorFor("textarea-many-changes") is true 60 PASS customErrorFor("textarea-many-changes") is true
61 PASS customErrorFor("input-many-changes") is true 61 PASS customErrorFor("input-many-changes") is true
62 PASS customErrorFor("input-submit-many-changes") is true 62 PASS customErrorFor("input-submit-many-changes") is true
63 Set null. 63 Set null.
64 PASS customErrorFor("fieldset-many-changes") is false 64 PASS customErrorFor("fieldset-many-changes") is false
65 PASS customErrorFor("button-many-changes") is false 65 PASS customErrorFor("button-many-changes") is false
66 PASS customErrorFor("button-button-many-changes") is false 66 PASS customErrorFor("button-button-many-changes") is false
67 PASS customErrorFor("button-reset-many-changes") is false 67 PASS customErrorFor("button-reset-many-changes") is false
68 PASS customErrorFor("select-many-changes") is false 68 PASS customErrorFor("select-many-changes") is false
69 PASS customErrorFor("textarea-many-changes") is false 69 PASS customErrorFor("textarea-many-changes") is false
70 PASS customErrorFor("input-many-changes") is false 70 PASS customErrorFor("input-many-changes") is false
71 PASS customErrorFor("input-submit-many-changes") is false 71 PASS customErrorFor("input-submit-many-changes") is false
72 Set some value, and set undefined. 72 Set some value, and set undefined.
73 PASS customErrorFor("fieldset-many-changes") is false 73 PASS customErrorFor("fieldset-many-changes") is false
74 PASS customErrorFor("button-many-changes") is false 74 PASS customErrorFor("button-many-changes") is true
75 PASS customErrorFor("button-button-many-changes") is false 75 PASS customErrorFor("button-button-many-changes") is false
76 PASS customErrorFor("button-reset-many-changes") is false 76 PASS customErrorFor("button-reset-many-changes") is false
77 PASS customErrorFor("select-many-changes") is false 77 PASS customErrorFor("select-many-changes") is true
78 PASS customErrorFor("textarea-many-changes") is false 78 PASS customErrorFor("textarea-many-changes") is true
79 PASS customErrorFor("input-many-changes") is false 79 PASS customErrorFor("input-many-changes") is true
80 PASS customErrorFor("input-submit-many-changes") is false 80 PASS customErrorFor("input-submit-many-changes") is true
81 81
82 PASS successfullyParsed is true 82 PASS successfullyParsed is true
83 83
84 TEST COMPLETE 84 TEST COMPLETE
85 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698