Open
Bug 1548768
Opened 6 years ago
Updated 2 years ago
Missing test coverage for intrinsic ratio in vertical writing-mode
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
NEW
People
(Reporter: emilio, Unassigned)
References
Details
In bug 1547792, Daniel spotted two errors in my patch related to vertical writing-mode that didn't make any test fail:
- Making this call
IsRowOriented
rather thanIsMainAxisHorizontal
. - Making this line be just
auto logicalRatio = aIntrinsicRatio;
.
Should both have caused test failures.
Adding bug 1547231 to the see also list so I'm less likely to completely forget.
Updated•6 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•