Bug 34483 - rangeOverflow/rangeUnderflow support for type=datetime, datetime-local, month, time and week
Summary: rangeOverflow/rangeUnderflow support for type=datetime, datetime-local, month...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 29070
  Show dependency treegraph
 
Reported: 2010-02-02 08:40 PST by Kent Tamura
Modified: 2010-02-02 20:23 PST (History)
1 user (show)

See Also:


Attachments
minmax-others-1 (49.64 KB, patch)
2010-02-02 08:44 PST, Kent Tamura
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2010-02-02 08:40:22 PST
rangeOverflow/rangeUnderflow support for type=datetime, datetime-local, month, time and week
Comment 1 Kent Tamura 2010-02-02 08:44:26 PST
Created attachment 47937 [details]
minmax-others-1
Comment 2 Darin Adler 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
Comment 3 Kent Tamura 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.