Bug 217495
| Summary: | js/dom/navigator-language.html failing in non-US locales | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Sneddon [:gsnedders] <gsnedders> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | ap, mmaxfield, pvollan, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sam Sneddon [:gsnedders]
We try to set this using testRunner.setPOSIXLocale("en_US.iso88591") but this doesn't seem to be working on Big Sur for me locally (navigator.language is still returning "en-gb" in the test). Presumably something here has gotten broken for non-US locales due to lack of testing?
CCing Myles as the last person to touch this ;)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/70353187>
Sam Sneddon [:gsnedders]
This works for me now.