Back out 23bf1e82cc34 (bug 1265237) for reftest failures

CLOSED TREE
This commit is contained in:
Phil Ringnalda 2016-05-03 19:24:33 -07:00
Родитель c03beb4292
Коммит 6d562f3981
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -2771,12 +2771,6 @@ nsIFrame::BuildDisplayListForChild(nsDisplayListBuilder* aBuilder,
&savedOutOfFlowData->mContainingBlockClip);
clipState.SetScrollClipForContainingBlockDescendants(
savedOutOfFlowData->mContainingBlockScrollClip);
} else if (GetStateBits() & NS_FRAME_FORCE_DISPLAY_LIST_DESCEND_INTO) {
// If we have nested out-of-flow frames and the outer one isn't visible
// then we won't have stored clip data for it. We can just clear the clip
// instead since we know we won't render anything, and the inner out-of-flow
// frame will setup the correct clip for itself.
clipState.Clear();
}
// Setup clipping for the parent's overflow:-moz-hidden-unscrollable,