Closed
Bug 1495528
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 13291 - [css-layout-api] Add LayoutEdges & LayoutEdgeSizes.
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 13291 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/13291
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
> [css-layout-api] Add LayoutEdges & LayoutEdgeSizes.
>
> This allows web developers to access pre-computed sizes for the border,
> scrollbar, and padding "edges".
>
> This also has the "all" convenience member.
>
> This adds two types of tests:
> 1) Uses the standard "green box" approach of testing the script values
> match what is expected.
> 2) Positions four children at each corner (using edges) are positioned
> the same as using an abs-pos technique.
>
> Bug: 726125
> Change-Id: I3b53be9b44989d919cb657d4eabc6d3a1a79181b
>
> Reviewed-on: https://chromium-review.googlesource.com/1252776
> WPT-Export-Revision: f25a66231b641cafdb0824c6f44ba0fee5c172d1
| 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=c78854d3bb726e24537df31fd845b86e336366ae
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=4b60e7a3a59627157af063a7aa7dc66032227b73
| Assignee | ||
Comment 5•7 years ago
|
||
| Assignee | ||
Comment 6•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=43395d14d597c5a16a44a97b7e524c323b5b2c82
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/5b418e6fc258
[wpt PR 13291] - [css-layout-api] Add LayoutEdges., a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/86902fbb75c7
[wpt PR 13291] - Update wpt metadata, a=testonly
Comment 8•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/5b418e6fc258
https://hg.mozilla.org/mozilla-central/rev/86902fbb75c7
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
•