Bug 96351

Summary: [Meta] Locale-dependent behavior of form controls should be testable
Product: WebKit Reporter: Kent Tamura <tkent>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: keishi, yosin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 96350, 96355, 96363, 96636, 96667, 96726, 96728, 96744, 96745, 97311, 97318, 97857, 97862, 97874, 97876, 97885, 97899, 97957, 102181    
Bug Blocks:    

Description Kent Tamura 2012-09-10 21:50:44 PDT
input[type=number], input[type=date], input[type=time], etc. have locale-dependent behavior. However we can't test them in a specific locale in LayoutTests for now. We'd like to introduce a mechanism to make it possible.

This bug has some relationship to Bug 11008. But we focus on only testing in this bug.
Comment 1 Kent Tamura 2012-11-14 00:51:26 PST
The remaining task is to add multiple locale support to LocalizedStrings.h, and it is very hard.  We'd like to address it when we fix Bug 11008.