Closed
Bug 1721593
Opened 3 years ago
Closed 3 years ago
[wpt-sync] Sync PR 29730 - [AspectRatio] Fix select-element-001.html
Categories
(Core :: Layout, task, P4)
Core
Layout
Tracking
()
RESOLVED
FIXED
92 Branch
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 29730 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/29730
Details from upstream follow.
b'Rob Buis <rbuis@igalia.com>' wrote:
[AspectRatio] Fix select-element-001.html
WebKit has the concept of quirky em's which apply to
select elements among other things. In the user agent
stylesheet they are set to apply margin's based on
width/height values but does not take aspect ratio into
account. To avoid the resulting mismatch make sure
margins are set to 0px.
Assignee | ||
Updated•3 years ago
|
Component: web-platform-tests → Layout
Product: Testing → Core
Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=8502743e6bf84ba17c11fa976d59d4ff10199382
Assignee | ||
Comment 2•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=64f93576bf47302f424ae91366465534178d57b0
Assignee | ||
Comment 3•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS: 1
Chrome
PASS: 1
Safari
PASS: 1
Links
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/34240d7e0d21
[wpt PR 29730] - [AspectRatio] Fix select-element-001.html, a=testonly
Comment 5•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•