Bug 111507
Summary: | Number Localization off on Windows port | ||
---|---|---|---|
Product: | WebKit | Reporter: | Roger Fong <roger_fong> |
Component: | Forms | Assignee: | Fujii Hironori <fujii.hironori> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ahmad.saleem792, bfulgham, fujii.hironori, jonlee, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar, LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows 7 | ||
URL: | http://build.webkit.org/results/Apple%20Win%207%20Release%20(Tests)/r142124%20(32176)/results.html |
Roger Fong
fast/forms/number/number-l10n-input.html is failing on the AppleWin port.
This is likely because the AppleWindows port uses LocaleNone, which indicates that Number localization is not used on Apple Win.
This feature however, is also optional according to http://trac.webkit.org/wiki/EnableFormFeatures.
Adding expected failing results for the test.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/13354676>
Ahmad Saleem
AppleWindows port is gone, do we need to track it for 'win-cairo'?
Fujii Hironori
Will check.
Fujii Hironori
I confirmed it passes.