Closed
Bug 1670496
Opened 5 years ago
Closed 5 years ago
Order of "fractionalSecondDigits" accesses in DateTimeFormat initialization is wrong
Categories
(Core :: JavaScript: Internationalization API, defect)
Core
JavaScript: Internationalization API
Tracking
()
RESOLVED
FIXED
84 Branch
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: Waldo, Assigned: anba)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Latest test262 test intl402/DateTimeFormat/constructor-options-order-fractionalSecondDigits.js
fails because we access the "fractionalSecondDigits" property in InitializeDateTimeFormat in slightly wrong order. Probably an easy fix, filing to get a bug number to cite for doing a test262 update...
Assignee | ||
Comment 1•5 years ago
|
||
The spec PR changed to access "fractionalSecondDigits" before the "timeZoneName"
property, update our code accordingly.
Updated•5 years ago
|
Assignee: nobody → andrebargull
Status: NEW → ASSIGNED
Pushed by cbrindusan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4a065c1a4c55
Access "fractionalSecondDigits" before "timeZoneName" property. r=yulia
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•