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:
fantasai.cvs%inkedblade.net
2007-10-02 05:57:46 +00:00
parent 785b62a055
commit 3a00ff8d0e
26 changed files with 1097 additions and 86 deletions

View File

@@ -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