Open
Bug 1703133
Opened 4 years ago
Updated 4 years ago
Firefox clears floats before an element with orthogonal writing-mode, in some cases
Categories
(Core :: Layout: Floats, defect)
Core
Layout: Floats
Tracking
()
NEW
People
(Reporter: dholbert, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
273 bytes,
text/html
|
Details |
STR:
- Load attached testcase.
ACTUAL RESULTS:
The "Hello" text is below the teal box.
EXPECTED RESULTS:
The "Hello" text should be to the right of the teal box.
Firefox Nightly 89 gives ACTUAL RESULTS.
Chrome 89 gives EXPECTED RESULTS.
This bug is the root cause of our failure for this WPT test (which is included in the WPT "compat2021" test set):
https://wpt.fyi/results/css/css-flexbox/flex-aspect-ratio-img-column-008.html?label=experimental&label=master&aligned
You need to log in
before you can comment on or make changes to this bug.
Description
•