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

Side by Side Diff: LayoutTests/fast/forms/month/input-valueasdate-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 Test HTMLInputElement::valueAsDate binding. 1 Test HTMLInputElement::valueAsDate binding.
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 Unsuppported type: 6 Unsuppported type:
7 PASS input.valueAsDate is null 7 PASS input.valueAsDate is null
8 PASS input.valueAsDate = date threw exception Error: InvalidStateError: DOM Exce ption 11. 8 PASS input.valueAsDate = date threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
9 9
10 Supported type: 10 Supported type:
11 PASS valueAsDate != null is true 11 PASS valueAsDate != null is true
12 PASS typeof valueAsDate is "object" 12 PASS typeof valueAsDate is "object"
13 PASS valueAsDate.constructor.name is "Date" 13 PASS valueAsDate.constructor.name is "Date"
14 Sets an Epoch Date: 14 Sets an Epoch Date:
15 PASS input.value is "1970-01" 15 PASS input.value is "1970-01"
16 PASS input.valueAsDate.getTime() is 0 16 PASS input.valueAsDate.getTime() is 0
17 Sets a number 0: 17 Sets a number 0:
18 PASS input.value is "1970-01" 18 PASS input.value is "1970-01"
19 PASS input.valueAsDate.getTime() is 0 19 PASS input.valueAsDate.getTime() is 0
20 Sets other types: 20 Sets other types:
21 PASS input.value is "" 21 PASS input.value is ""
22 PASS input.value is "" 22 PASS input.value is ""
23 PASS input.value is "" 23 PASS input.value is ""
24 PASS successfullyParsed is true 24 PASS successfullyParsed is true
25 25
26 TEST COMPLETE 26 TEST COMPLETE
27 27
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/month/input-valueasdate.html ('k') | LayoutTests/fast/forms/month/input-valueasnumber-month.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698