зеркало из https://github.com/mozilla/gecko-dev.git
No max-width means "none", not null unit. Bug 381284, r+sr=dbaron
This commit is contained in:
Родитель
6b859eef41
Коммит
93656034b8
|
@ -159,7 +159,7 @@ GetWidthInfo(nsIRenderingContext *aRenderingContext,
|
|||
nsStyleCoord maxWidth(aStylePos->mMaxWidth);
|
||||
if (maxWidth.GetUnit() == eStyleUnit_Enumerated) {
|
||||
if (!aIsCell || maxWidth.GetIntValue() == NS_STYLE_WIDTH_FILL)
|
||||
maxWidth.Reset();
|
||||
maxWidth.SetNoneValue();
|
||||
else if (maxWidth.GetIntValue() == NS_STYLE_WIDTH_SHRINK_WRAP)
|
||||
// for 'max-width', '-moz-shrink-wrap' is like
|
||||
// '-moz-intrinsic'
|
||||
|
|
Загрузка…
Ссылка в новой задаче