Closed
Bug 1436455
Opened 8 years ago
Closed 8 years ago
[wpt-sync] PR 9428 - [css-layout-api] Adds LayoutCustom object, and changes box-tree.
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
Details
(Whiteboard: [wptsync downstream])
This adds a stub class for "LayoutCustom". This contains no additional
logic yet to perform custom layout.
This *does* change how the box-tree is constructed.
- display: layout(foo) is considered a new FC in all circumstances.
- Depending of if "foo" has been registered, the children may/may-not
become new FCs also.
Additionally this has the appropriate logic when a new layout class is
registered to trigger a reattachment of the layout tree.
Bug: 726125
Change-Id: I0e555c9f10afdfa314ce41f96b0636651e91cb7f
Reviewed-on: https://chromium-review.googlesource.com/889685
WPT-Export-Revision: 3c90207ee2f8960059d4aa5e4ce4309f44699bb9
| Reporter | ||
Updated•8 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
| Reporter | ||
Updated•8 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Reporter | ||
Updated•8 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Reporter | ||
Comment 1•8 years ago
|
||
| Reporter | ||
Comment 2•8 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=0fbb4fbab69003f54378acbb5d0dd2031ccfdce2
| Reporter | ||
Comment 3•8 years ago
|
||
Ran 2 tests
FAIL : 1
TIMEOUT: 1
These new tests don't PASS on all platforms
/css/css-layout-api/box-tree-registered.https.html: TIMEOUT
/css/css-layout-api/box-tree-unregistered.https.html: FAIL
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/50c314da2982
[wpt PR 9428] - [css-layout-api] Adds LayoutCustom object, and changes box-tree., a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/0324de62565f
[wpt PR 9428]- Update wpt metadata, a=testonly
Comment 6•8 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/50c314da2982
https://hg.mozilla.org/mozilla-central/rev/0324de62565f
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•