зеркало из https://github.com/mozilla/gecko-dev.git
Backing out Bug 405517 to see if it causes a Ts regression
This commit is contained in:
Родитель
48dc201b05
Коммит
ee544e4bea
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче