Closed
Bug 1493932
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 13198 - [css-contain] Fix size containment on fieldsets
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 13198 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/13198
Details from upstream follow.
Manuel Rego Casasnovas <rego@igalia.com> wrote:
> [css-contain] Fix size containment on fieldsets
>
> Fieldsets with "contain: size" were not ignoring the legend
> when determining their size.
>
> Spec (https://drafts.csswg.org/css-contain/#containment-size):
> "When calculating the size of the containing element,
> it must be treated as having no contents."
>
> The patch is just an early return in
> LayoutFieldset::ComputePreferredLogicalWidths()
> like we have in other parts of the code.
>
> BUG=882388
> TEST=external/wpt/css/css-contain/contain-size-fieldset-001.html
>
> Change-Id: I79425cf9c10ecf794f52cb4f635b95e1be059d81
> Reviewed-on: https://chromium-review.googlesource.com/1242357
> WPT-Export-Revision: fc185a605f7c3febe88ec8a220e9ac201b16a85c
| 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=e7c38d0b57a40c014183913564bf02cff966c5a0
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d54892426249401c822d8c288195e799e8d15f8b
| Assignee | ||
Comment 5•7 years ago
|
||
Ran 1 tests
PASS : 1
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6fc7a610766c
[wpt PR 13198] - [css-contain] Fix size containment on fieldsets, a=testonly
Comment 7•7 years ago
|
||
| bugherder | ||
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
•