Closed
Bug 1781102
Opened 3 years ago
Closed 3 years ago
hr doesn't clear floats, causing layout issue in ESTA application website.
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
105 Branch
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(3 files)
See screenshot attached.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
This matches Chromium, the spec, and fixes the rendering in
https://esta.cbp.dhs.gov/
Spec: https://html.spec.whatwg.org/#the-hr-element-2
Remove -moz-float-edge, to fix the second part of the WPT (also matches
Chromium and the spec which obviously has no such thing).
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5e91e429031e
Make <hr> styles match the spec. r=TYLin
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/3c08ad0d2f5f
Remove assert count from a crashtest that no longer asserts.
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5e91e429031e
https://hg.mozilla.org/mozilla-central/rev/3c08ad0d2f5f
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox105:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•