[wpt-sync] Sync PR 17196 - [css-contain] Fix <select> dimensions when size containment is set
Categories
(Core :: CSS Parsing and Computation, defect, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync upstream])
Sync web-platform-tests PR 17196 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/17196
Details from upstream follow.
Manuel Rego Casasnovas <rego@igalia.com> wrote:
[css-contain] Fix <select> dimensions when size containment is set
In r666210 we fixed the dimensions of \<select> elements
with size containment.
However the fix was not covering the case when you set
"contain: size" to an already existent \<select> element.To fix this we need to reset the options width
in LayoutMenuList::UpdateOptionsWidth().BUG=966673
TEST=external/wpt/css/css-contain/contain-size-select-002.htmlChange-Id: I162134ff050d64e9ff1d824b5747adafb9a993c6
Reviewed-on: https://chromium-review.googlesource.com/1647152
WPT-Export-Revision: 81f8aeda5c90c25ab0abdd6ade1bab1f7726fda2
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Comment 5•6 years ago
|
||
bugherder |
Assignee | ||
Updated•6 years ago
|
Description
•