Bug 978620: Make nsFrameSetFrame call FinishAndStoreOverflow. r=roc

This commit is contained in:
L. David Baron 2014-03-03 00:54:39 -08:00
parent 6309185008
commit 23fc0999c0
3 changed files with 3 additions and 0 deletions

View File

@ -525,3 +525,4 @@ test-pref(layout.css.sticky.enabled,true) load 915475.xhtml
load 943509-1.html
asserts(4-8) load 944909-1.html
test-pref(layout.css.sticky.enabled,true) load 949932.html
load outline-on-frameset.xhtml

View File

@ -0,0 +1 @@
<html xmlns="http://www.w3.org/1999/xhtml"><frameset style="outline-style: solid;"></frameset></html>

View File

@ -1137,6 +1137,7 @@ nsHTMLFramesetFrame::Reflow(nsPresContext* aPresContext,
mDrag.UnSet();
aDesiredSize.SetOverflowAreasToDesiredBounds();
FinishAndStoreOverflow(&aDesiredSize);
NS_FRAME_SET_TRUNCATION(aStatus, aReflowState, aDesiredSize);
return NS_OK;