Closed
Bug 1504801
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 13928 - [css-logical] Fix logical values according to the spec
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 13928 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/13928
Details from upstream follow.
Oriol Brufau <obrufau@igalia.com> wrote:
> [css-logical] Fix logical values according to the spec
>
> Spec: https://drafts.csswg.org/css-logical/#directional-keywords
>
> Currently logical values compute to the corresponding physical value,
> and the mapping is with respect to the element itself. This patch
> makes them compute as specified and changes the mapping to be with
> respect to the containing block.
>
> BUG=901409
>
> TEST=external/wpt/css/css-logical/logical-values-float-clear.html
> TEST=external/wpt/css/css-logical/logical-values-float-clear-reftest.html
> TEST=external/wpt/css/css-logical/logical-values-resize.html
> TEST=webexposed/nonstable-css-properties.html
>
> Change-Id: Ie0acaacde813c5343ec3bb8de712c4af03639475
>
> Reviewed-on: https://chromium-review.googlesource.com/1315989
> WPT-Export-Revision: b0771b2cba0e6e741e9ac9b8f1e101e0646cb49b
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=068744532205b8859d3f244f15f5a9581ca4b7af
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=3df3e1f12a4b216425d631b4be07ec169a84668d
Assignee | ||
Comment 5•7 years ago
|
||
Assignee | ||
Comment 6•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=268b7ee7dfae623e72db1261600a0d7ab1f0947c
Assignee | ||
Comment 7•7 years ago
|
||
Assignee | ||
Comment 8•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=6668ea8da477a2b1176975a6cb72c5c649d7deb2
Assignee | ||
Comment 9•7 years ago
|
||
Assignee | ||
Comment 10•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=7bf9f754b52b82c368f66cba75f885824a9d77b8
Assignee | ||
Comment 11•7 years ago
|
||
Assignee | ||
Comment 12•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=48599ed56c25b3d0f1b4a86d90dcfea75446158b
Assignee | ||
Comment 13•7 years ago
|
||
Assignee | ||
Comment 14•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=04e6b566ae3ea0ebf348c56449940860628f5442
Assignee | ||
Comment 15•7 years ago
|
||
Failed to get results from try push
Comment 16•7 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c750807ac5c4
[wpt PR 13928] - [css-logical] Fix logical values according to the spec, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/61abe5c39ab5
[wpt PR 13928] - Update wpt metadata, a=testonly
Comment 17•7 years ago
|
||
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ffda747fa9a4
[wpt PR 13928] - [css-logical] Fix logical values according to the spec, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/e3aa644a327a
[wpt PR 13928] - Update wpt metadata, a=testonly
Comment 18•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ffda747fa9a4
https://hg.mozilla.org/mozilla-central/rev/e3aa644a327a
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•