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

Side by Side Diff: LayoutTests/fast/forms/week/week-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 type=week. 1 Check stepUp() and stepDown() bahevior for type=week.
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 Invalid value 6 Invalid value
7 PASS stepUp("", null, null) threw exception Error: InvalidStateError: DOM Except ion 11. 7 PASS stepUp("", null, null) threw exception InvalidStateError: An attempt was ma de to use an object that is not, or is no longer, usable..
8 PASS stepDown("", null, null) threw exception Error: InvalidStateError: DOM Exce ption 11. 8 PASS stepDown("", null, null) threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
9 Non-number arguments 9 Non-number arguments
10 PASS stepUp("2010-W02", null, null, "0") is "2010-W02" 10 PASS stepUp("2010-W02", null, null, "0") is "2010-W02"
11 PASS stepDown("2010-W02", null, null, "0") is "2010-W02" 11 PASS stepDown("2010-W02", null, null, "0") is "2010-W02"
12 PASS stepUp("2010-W02", null, null, "foo") is "2010-W02" 12 PASS stepUp("2010-W02", null, null, "foo") is "2010-W02"
13 PASS stepDown("2010-W02", null, null, "foo") is "2010-W02" 13 PASS stepDown("2010-W02", null, null, "foo") is "2010-W02"
14 PASS stepUp("2010-W02", null, null, null) is "2010-W02" 14 PASS stepUp("2010-W02", null, null, null) is "2010-W02"
15 PASS stepDown("2010-W02", null, null, null) is "2010-W02" 15 PASS stepDown("2010-W02", null, null, null) is "2010-W02"
16 Normal cases 16 Normal cases
17 PASS stepUp("2010-W02", null, null) is "2010-W03" 17 PASS stepUp("2010-W02", null, null) is "2010-W03"
18 PASS stepDown("2010-W02", null, null) is "2010-W01" 18 PASS stepDown("2010-W02", null, null) is "2010-W01"
19 PASS stepUp("2010-W02", null, null, 10) is "2010-W12" 19 PASS stepUp("2010-W02", null, null, 10) is "2010-W12"
20 PASS stepDown("2010-W02", null, null, 11) is "2009-W44" 20 PASS stepDown("2010-W02", null, null, 11) is "2009-W44"
21 PASS stepUp("1970-W01", "4", null, 2) is "1970-W09" 21 PASS stepUp("1970-W01", "4", null, 2) is "1970-W09"
22 PASS stepDown("1970-W01", "4", null, 3) is "1969-W41" 22 PASS stepDown("1970-W01", "4", null, 3) is "1969-W41"
23 Step=any 23 Step=any
24 PASS stepUp("2010-W02", "any", null) threw exception Error: InvalidStateError: D OM Exception 11. 24 PASS stepUp("2010-W02", "any", null) threw exception InvalidStateError: An attem pt was made to use an object that is not, or is no longer, usable..
25 PASS stepDown("2010-W02", "any", null) threw exception Error: InvalidStateError: DOM Exception 11. 25 PASS stepDown("2010-W02", "any", null) threw exception InvalidStateError: An att empt was made to use an object that is not, or is no longer, usable..
26 Overflow/underflow 26 Overflow/underflow
27 PASS stepUp("2010-W02", "3.40282346e+38", null) threw exception Error: InvalidSt ateError: DOM Exception 11. 27 PASS stepUp("2010-W02", "3.40282346e+38", null) threw exception InvalidStateErro r: An attempt was made to use an object that is not, or is no longer, usable..
28 PASS stepDown("2010-W02", "3.40282346e+38", null) threw exception Error: Invalid StateError: DOM Exception 11. 28 PASS stepDown("2010-W02", "3.40282346e+38", null) threw exception InvalidStateEr ror: An attempt was made to use an object that is not, or is no longer, usable..
29 PASS stepUp("2010-W02", "1", "2010-W02") threw exception Error: InvalidStateErro r: DOM Exception 11. 29 PASS stepUp("2010-W02", "1", "2010-W02") threw exception InvalidStateError: An a ttempt was made to use an object that is not, or is no longer, usable..
30 PASS stepDown("2010-W02", "1", "2010-W02") threw exception Error: InvalidStateEr ror: DOM Exception 11. 30 PASS stepDown("2010-W02", "1", "2010-W02") threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
31 31
32 PASS successfullyParsed is true 32 PASS successfullyParsed is true
33 33
34 TEST COMPLETE 34 TEST COMPLETE
35 35
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/week/week-stepup-stepdown.html ('k') | LayoutTests/fast/frames/adopt-iframe-into-itself-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698