Closed
Bug 1823295
Opened 2 years ago
Closed 2 years ago
NaN and infinity percentages are not serialized correctly
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
114 Branch
People
(Reporter: canadahonk, Assigned: canadahonk)
References
Details
Attachments
(1 file)
NaN and infinity percentages like NaN
and infinity
(and -infinity
) should be serialized properly as per spec (NaN * 1%
, etc).
WPT tests currently do not exist and should be added also.
Updated•2 years ago
|
Severity: -- → S3
Assignee | ||
Comment 1•2 years ago
|
||
NaN and infinity percentages are now serialized as expected.
Also added some new WPT tests as percentages were previously untested.
Updated•2 years ago
|
Assignee: nobody → oj
Status: NEW → ASSIGNED
Pushed by oj@oojmed.com:
https://hg.mozilla.org/integration/autoland/rev/34e0e50f3266
Serialize NaN and infinity percentages correctly r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/39780 for changes under testing/web-platform/tests
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
Upstream PR merged by moz-wptsync-bot
Updated•2 years ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•