#506: M984869 M1308793 M1316649

This commit is contained in:
Cameron Kaiser
2018-07-03 08:20:14 -07:00
parent 904f503b34
commit 0cfeee90dc
3 changed files with 72 additions and 20 deletions
+5
View File
@@ -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