Closed
Bug 1864844
Opened 1 year ago
Closed 1 year ago
[wpt-sync] Sync PR 43170 - Use table values for cos, sin and tan css math functions
Categories
(Core :: CSS Parsing and Computation, task, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
122 Branch
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43170 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43170
Details from upstream follow.
Daniil Sakhapov <sakhapov@chromium.org> wrote:
Use table values for cos, sin and tan css math functions
In order to have exact results for math functions with table values,
e.g. sin(180deg) = 0 exactly, add those table values to the code.Bug: 1050968
Change-Id: I55e83de1e77a81f6b3f97a60238fb4a44496b5f7
Reviewed-on: https://chromium-review.googlesource.com/5029782
WPT-Export-Revision: c2083e49fc5664b55370f5befd88881e377cd8fc
Assignee | ||
Updated•1 year ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Updated•1 year ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•1 year ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/91ee0e3a78c5
[wpt PR 43170] - Use table values for cos, sin and tan css math functions, a=testonly
https://hg.mozilla.org/integration/autoland/rev/134526e92cf1
[wpt PR 43170] - Update wpt metadata, a=testonly
Assignee | ||
Comment 2•1 year ago
|
||
Test result changes from PR not available.
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/471482ca0aa1
[wpt PR 43170] - Use table values for cos, sin and tan css math functions, a=testonly
https://hg.mozilla.org/integration/autoland/rev/fd04fa548289
[wpt PR 43170] - Update wpt metadata, a=testonly
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/471482ca0aa1
https://hg.mozilla.org/mozilla-central/rev/fd04fa548289
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•