Bug 1362907 - Fix a couple crashtests.
<select> doesn't allow first-line, which was causing some non-fatal asserts. The annotated crashtest overflows a bSize but it gets handled safely by nsLineLayout. MANUAL PUSH: Trivial orange fix CLOSED TREE
This commit is contained in:
@@ -7951,7 +7951,8 @@ void nsBlockFrame::SetInitialChildList(ChildListID aListID,
|
||||
(pseudo == PseudoStyleType::cellContent &&
|
||||
!GetParent()->Style()->IsPseudoOrAnonBox()) ||
|
||||
pseudo == PseudoStyleType::fieldsetContent ||
|
||||
pseudo == PseudoStyleType::buttonContent ||
|
||||
(pseudo == PseudoStyleType::buttonContent &&
|
||||
!GetParent()->IsComboboxControlFrame()) ||
|
||||
pseudo == PseudoStyleType::columnContent ||
|
||||
(pseudo == PseudoStyleType::scrolledContent &&
|
||||
!GetParent()->IsListControlFrame()) ||
|
||||
|
||||
Reference in New Issue
Block a user