[wpt-sync] Sync PR 34584 - Fix some css/css-shapes tests that failed due to value precision
Categories
(Core :: Layout: Floats, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(4 files)
Sync web-platform-tests PR 34584 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34584
Details from upstream follow.
Xianzhu Wang <wangxianzhu@chromium.org> wrote:
Fix some css/css-shapes tests that failed due to value precision
Previously these tests failed on both Chrome and Firefox because the
computed values of some css properties were slightly different from
the expected values. Now add function roundComputedCssNumber() to
round to 6 significant digits following the spec
https://drafts.csswg.org/cssom/#serializing-css-values.Bug: 1129522
Change-Id: If84bf75f54d931eb40c38065d0d05cefd54f08d6
Reviewed-on: https://chromium-review.googlesource.com/3722705
WPT-Export-Revision: 5e85e9e764f1fc65fb3fcce0e26bcdc416ad772a
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
Assignee | ||
Comment 4•3 years ago
|
||
Assignee | ||
Comment 5•3 years ago
|
||
Assignee | ||
Comment 6•3 years ago
|
||
Comment 8•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c182ca247a9a
https://hg.mozilla.org/mozilla-central/rev/9e1e9eb43f57
Description
•