зеркало из https://github.com/mozilla/pjs.git
Don't set up counters for the anon cols set up by a <col span="n">. Bug 385866, r+sr+a=dbaron
This commit is contained in:
Родитель
718c18f740
Коммит
d6d9fa2ff0
|
@ -3903,7 +3903,7 @@ nsCSSFrameConstructor::ConstructTableColFrame(nsFrameConstructorState& aState,
|
|||
if (NS_UNLIKELY(!newCol)) {
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
}
|
||||
InitAndRestoreFrame(aState, aContent, parentFrame, nsnull, newCol);
|
||||
InitAndRestoreFrame(aState, aContent, parentFrame, nsnull, newCol, PR_FALSE);
|
||||
((nsTableColFrame*)newCol)->SetColType(eColAnonymousCol);
|
||||
lastCol->SetNextSibling(newCol);
|
||||
lastCol = newCol;
|
||||
|
|
Загрузка…
Ссылка в новой задаче