RESOLVED FIXED 34483
rangeOverflow/rangeUnderflow support for type=datetime, datetime-local, month, time and week
https://bugs.webkit.org/show_bug.cgi?id=34483
Summary rangeOverflow/rangeUnderflow support for type=datetime, datetime-local, month...
Kent Tamura
Reported 2010-02-02 08:40:22 PST
rangeOverflow/rangeUnderflow support for type=datetime, datetime-local, month, time and week
Attachments
minmax-others-1 (49.64 KB, patch)
2010-02-02 08:44 PST, Kent Tamura
darin: review+
Kent Tamura
Comment 1 2010-02-02 08:44:26 PST
Created attachment 47937 [details] minmax-others-1
Darin Adler
Comment 2 2010-02-02 09:03:17 PST
Comment on attachment 47937 [details] minmax-others-1 It would be OK to put more testing into a single test. I think you're breaking the tests up into too many pieces. In fact, you might want to go back and merge some of the existing tests. For script-tests it's quite clear when there's a partial pass and partial fail what's failing. r=me
Kent Tamura
Comment 3 2010-02-02 20:23:28 PST
ok, I merged them into ValidityState-rangeOverflow.js and ValidityState-rangeUnderflow.js, and removed existing tests for date, number and range. Landed as r54271.
Note You need to log in before you can comment on or make changes to this bug.