Closed
Bug 1488905
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12855 - [LayoutNG] Add LayoutBox::PercentageResolutionLogicalHeight.
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12855 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12855
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
> [LayoutNG] Add LayoutBox::PercentageResolutionLogicalHeight.
>
> This function allows LayoutNG to correctly query the percentage
> resolution block_size in quirks mode. (see test case for an example of
> where this happened).
>
> We call this as we are crossing a legacy->LayoutNG boundary while
> creating the constraint space from a LayoutObject.
>
> The function will also be used in the CSS Layout API to provide the
> correct percentage resolution size.
>
> Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng
> Change-Id: I295145996f2460de1b25f85ff3784df6d6edbd30
>
> Reviewed-on: https://chromium-review.googlesource.com/1194072
> WPT-Export-Revision: f168be54580b39fa9f0955556c396eab55f5543f
| 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
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
Ran 1 tests
FAIL : 1
New tests that have failures or other problems:
/css/css-flexbox/percentage-heights-quirks-node.html: FAIL
| Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=9e1b67dbfda5758d458b601150badec6285f83ec
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f65902c6af4f
[wpt PR 12855] - [LayoutNG] Add LayoutBox::PercentageResolutionLogicalHeight., a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/58c5c8b61fe8
[wpt PR 12855] - Update wpt metadata, a=testonly
Comment 7•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f65902c6af4f
https://hg.mozilla.org/mozilla-central/rev/58c5c8b61fe8
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•