<button> should be a containing block. Bug 180301, r=jkeiser, sr=dbaron

git-svn-id: svn://10.0.0.236/trunk@134072 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2002-11-19 03:39:44 +00:00
parent 462e73c79e
commit d4ea0fd2db
4 changed files with 20 additions and 0 deletions

View File

@@ -621,6 +621,14 @@ nsHTMLButtonControlFrame::Reflow(nsIPresContext* aPresContext,
return NS_OK;
}
NS_IMETHODIMP
nsHTMLButtonControlFrame::IsPercentageBase(PRBool& aBase) const
{
aBase = PR_TRUE;
return NS_OK;
}
PRIntn
nsHTMLButtonControlFrame::GetSkipSides() const
{