Bug 34483

Summary: rangeOverflow/rangeUnderflow support for type=datetime, datetime-local, month, time and week
Product: WebKit Reporter: Kent Tamura <tkent>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 29070    
Attachments:
Description Flags
minmax-others-1 darin: review+

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.