Bug 1610404 - Remove nsGroupBoxFrame (display: -moz-groupbox). r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D61422
This commit is contained in:
Tim Nguyen
2020-02-03 09:55:51 +00:00
parent ece12409fd
commit 06304d84e0
16 changed files with 26 additions and 411 deletions

View File

@@ -36,7 +36,6 @@ FRAME_CLASSES = [
Frame("nsGridContainerFrame", "GridContainer", NOT_LEAF),
Frame("nsGridRowGroupFrame", "Box", NOT_LEAF),
Frame("nsGridRowLeafFrame", "Box", NOT_LEAF),
Frame("nsGroupBoxFrame", "Box", NOT_LEAF),
Frame("nsHTMLButtonControlFrame", "HTMLButtonControl", NOT_LEAF),
Frame("nsHTMLCanvasFrame", "HTMLCanvas", NOT_LEAF),
Frame("nsHTMLFramesetBlankFrame", "None", LEAF),