Bug 96351 - [Meta] Locale-dependent behavior of form controls should be testable
Summary: [Meta] Locale-dependent behavior of form controls should be testable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 96350 96355 96363 96636 96667 96726 96728 96744 96745 97311 97318 97857 97862 97874 97876 97885 97899 97957 102181
Blocks:
  Show dependency treegraph
 
Reported: 2012-09-10 21:50 PDT by Kent Tamura
Modified: 2012-11-14 00:51 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.