Closed
Bug 1820407
Opened 2 years ago
Closed 2 years ago
Serialize NaN and infinity angles as per spec
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
112 Branch
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: canadahonk, Assigned: canadahonk)
References
Details
Attachments
(1 file)
Angles like NaN
and infinity
(and -infinity
) should be serialized properly as per spec, see WPT tests for examples.
Many various WPT tests check for this behavior (some under interop 2023, some not):
Assignee | ||
Comment 1•2 years ago
|
||
NaN
, infinity
, and -infinity
angles should be specially serialized.
Also adjusted WPT test expectations, 36 newly pass :tada:
Assignee | ||
Updated•2 years ago
|
Status: NEW → ASSIGNED
Updated•2 years ago
|
Attachment #9321241 -
Attachment description: Bug 1820407 - Serialize NaN and infinity angles as per spec → WIP: Bug 1820407 - Serialize NaN and infinity angles as per spec
Updated•2 years ago
|
Attachment #9321241 -
Attachment description: WIP: Bug 1820407 - Serialize NaN and infinity angles as per spec → Bug 1820407 - Serialize NaN and infinity angles as per spec
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/64d14248fe90
Serialize NaN and infinity angles as per spec r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/38841 for changes under testing/web-platform/tests
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•