mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Bug 978620: Make nsFrameSetFrame call FinishAndStoreOverflow. r=roc
This commit is contained in:
parent
e0a398ba03
commit
c4abafa948
@ -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
|
||||
|
1
layout/generic/crashtests/outline-on-frameset.xhtml
Normal file
1
layout/generic/crashtests/outline-on-frameset.xhtml
Normal file
@ -0,0 +1 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><frameset style="outline-style: solid;"></frameset></html>
|
@ -1137,6 +1137,7 @@ nsHTMLFramesetFrame::Reflow(nsPresContext* aPresContext,
|
||||
mDrag.UnSet();
|
||||
|
||||
aDesiredSize.SetOverflowAreasToDesiredBounds();
|
||||
FinishAndStoreOverflow(&aDesiredSize);
|
||||
|
||||
NS_FRAME_SET_TRUNCATION(aStatus, aReflowState, aDesiredSize);
|
||||
return NS_OK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user