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

Side by Side Diff: LayoutTests/fast/forms/number/input-number-validation-message-expected.txt

Issue 10695026: Merge 121019 - REGRESSION(r117738):[Forms] validationMessage IDL attribute should not have range ov… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 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 Test for validationMessage IDL attribute for <input type=number> 1 Test for validationMessage IDL attribute for <input type=number>
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 No message 6 No message
7 PASS testIt("", "", "") is "" 7 PASS testIt("", "", "") is ""
8 Value missing 8 Value missing
9 PASS testIt("", "", "") is "value missing" 9 PASS testIt("", "", "") is "value missing"
10 Type mismatch 10 Type mismatch
11 PASS testIt("foo", "", "") is "" 11 PASS testIt("foo", "", "") is ""
12 Range overflow 12 Range overflow
13 PASS testIt("200", "", "100") is "range overflow" 13 PASS testIt("200", "", "100") is "range overflow"
14 Range underflow 14 Range underflow
15 PASS testIt("10", "50", "100") is "range underflow" 15 PASS testIt("10", "50", "100") is "range underflow"
16 Step mismatch 16 Step mismatch
17 PASS testIt("55", "0", "100", "10") is "step mismatch" 17 PASS testIt("55", "0", "100", "10") is "step mismatch"
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698