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

Side by Side Diff: LayoutTests/fast/forms/input-stepup-stepdown-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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 | Annotate | Revision Log
OLDNEW
1 Check stepUp() and stepDown() bahevior for unsupported types. 1 Check stepUp() and stepDown() bahevior for unsupported types.
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 Unsupported type 6 Unsupported type
7 PASS input.step = "3"; input.min = ""; input.max = ""; input.value = "2"; input. stepDown() threw exception Error: InvalidStateError: DOM Exception 11. 7 PASS input.step = "3"; input.min = ""; input.max = ""; input.value = "2"; input. stepDown() threw exception InvalidStateError: An attempt was made to use an obje ct that is not, or is no longer, usable..
8 PASS input.stepDown(0) threw exception Error: InvalidStateError: DOM Exception 1 1. 8 PASS input.stepDown(0) threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
9 PASS input.stepUp() threw exception Error: InvalidStateError: DOM Exception 11. 9 PASS input.stepUp() threw exception InvalidStateError: An attempt was made to us e an object that is not, or is no longer, usable..
10 PASS input.stepUp(0) threw exception Error: InvalidStateError: DOM Exception 11. 10 PASS input.stepUp(0) threw exception InvalidStateError: An attempt was made to u se an object that is not, or is no longer, usable..
11 PASS successfullyParsed is true 11 PASS successfullyParsed is true
12 12
13 TEST COMPLETE 13 TEST COMPLETE
14 14
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/input-stepup-stepdown.html ('k') | LayoutTests/fast/forms/input-valueasnumber-unsupported.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698