зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 1f21c62b41eb (bug 330964) for emulator opt reftest-12 test failures
This commit is contained in:
Родитель
d4b927afae
Коммит
557fbefc57
|
@ -828,7 +828,7 @@ CalcUnpaginagedHeight(nsPresContext* aPresContext,
|
|||
int32_t rowIndex;
|
||||
firstCellInFlow->GetRowIndex(rowIndex);
|
||||
int32_t rowSpan = aTableFrame.GetEffectiveRowSpan(*firstCellInFlow);
|
||||
nscoord cellSpacing = firstTableInFlow->GetCellSpacingY();
|
||||
nscoord cellSpacing = firstTableInFlow->GetCellSpacingX();
|
||||
|
||||
nscoord computedHeight = ((rowSpan - 1) * cellSpacing) - aVerticalBorderPadding;
|
||||
int32_t rowX;
|
||||
|
|
Загрузка…
Ссылка в новой задаче