mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backing out Bug 405517 to see if it causes a Ts regression
This commit is contained in:
parent
54c8564351
commit
b59516ee43
@ -4038,6 +4038,7 @@ nsBlockFrame::PlaceLine(nsBlockReflowState& aState,
|
||||
nscoord dy = aState.GetFlag(BRS_APPLYTOPMARGIN)
|
||||
? -aState.mPrevBottomMargin.get() : 0;
|
||||
newY = aState.mY + dy;
|
||||
aLine->SlideBy(dy); // XXXldb Do we really want to do this?
|
||||
}
|
||||
|
||||
// See if the line fit. If it doesn't we need to push it. Our first
|
||||
|
Loading…
Reference in New Issue
Block a user