paginate absolutely-positioned elements, b=154892 r+sr=roc a=roc
git-svn-id: svn://10.0.0.236/trunk@237057 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -307,7 +307,7 @@ nsSimplePageSequenceFrame::Reflow(nsPresContext* aPresContext,
|
||||
// Is the page complete?
|
||||
nsIFrame* kidNextInFlow = kidFrame->GetNextInFlow();
|
||||
|
||||
if (NS_FRAME_IS_COMPLETE(status)) {
|
||||
if (NS_FRAME_IS_FULLY_COMPLETE(status)) {
|
||||
NS_ASSERTION(nsnull == kidNextInFlow, "bad child flow list");
|
||||
} else if (nsnull == kidNextInFlow) {
|
||||
// The page isn't complete and it doesn't have a next-in-flow, so
|
||||
|
||||
Reference in New Issue
Block a user