mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-04-20 14:16:49 +00:00
#506: M984869 M1308793 M1316649
This commit is contained in:
@@ -478,6 +478,11 @@ void nsHTMLReflowState::InitCBReflowState()
|
||||
mCBReflowState = nullptr;
|
||||
return;
|
||||
}
|
||||
if (parentReflowState->mFlags.mDummyParentReflowState) {
|
||||
// from bug 1316649
|
||||
mCBReflowState = parentReflowState;
|
||||
return;
|
||||
}
|
||||
|
||||
if (parentReflowState->frame == frame->GetContainingBlock()) {
|
||||
// Inner table frames need to use the containing block of the outer
|
||||
|
||||
Reference in New Issue
Block a user