Closed
Bug 1498405
Opened 6 years ago
Closed 6 years ago
inline borders affect vertical-align behavior in vertical-text
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
RESOLVED
DUPLICATE
of bug 1220352
People
(Reporter: dbaron, Unassigned)
References
()
Details
http://w3c-test.org/css/css-writing-modes/line-box-height-vlr-011.xht shows a test failure in vertical text, on something that's reasonably basic -- borders aren't supposed to affect vertical alignment.
I haven't debugged fully, but I suspect this is something wrong with this code:
https://searchfox.org/mozilla-central/rev/1ce4e8a5601da8e744ca6eda69e782318afab54d/layout/generic/nsLineLayout.cpp#2140-2148
which was added in https://hg.mozilla.org/mozilla-central/rev/f77efca402c2 . (I don't understand what it's trying to do.)
Flags: needinfo?(jfkthame)
Reporter | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Comment 2•6 years ago
|
||
David, that doesn't seem like the right bug for this to be a duplicate of...
Flags: needinfo?(dbaron)
Reporter | ||
Updated•6 years ago
|
Flags: needinfo?(dbaron)
Updated•2 years ago
|
Flags: needinfo?(jfkthame)
You need to log in
before you can comment on or make changes to this bug.
Description
•