[wpt-sync] Sync PR 23575 - Fix computed style for outline-offset allowing decimal values
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23575 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23575
Details from upstream follow.
Manuel Rego Casasnovas <rego@igalia.com> wrote:
Fix computed style for outline-offset allowing decimal values
This patch stores outline-offset as a LayoutUnit
and it provides a method ComputedStyle::OutlineOffsetInt()
to use it in the rest of the code without modifications.BUG=1068107
TEST=external/wpt/css/css-ui/parsing/outline-offset-computed.htmlChange-Id: Ice8a425b73fc7ba179411a951d91ac1fef345f00
Reviewed-on: https://chromium-review.googlesource.com/2199456
WPT-Export-Revision: 1a25f754c6c80f49a36bfece45ec1b7df94f3454
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 5 subtests
Status Summary
Firefox
OK : 1
PASS: 5
Chrome
OK : 1
PASS: 4
FAIL: 1
Safari
OK : 1
PASS: 5
Links
Comment 4•5 years ago
|
||
bugherder |
Description
•