Bug 8253. Part 1. Disable first-letter and first-line styles in select elements. r=bzbarsky
(transplanted from b2d0bd7761a16e652727596f58b0edc1d57610d4)
This commit is contained in:
@@ -3267,7 +3267,7 @@ nsCSSFrameConstructor::InitializeSelectFrame(nsFrameConstructorState& aState,
|
||||
}
|
||||
|
||||
ProcessChildren(aState, aContent, aStyleContext, scrolledFrame, PR_FALSE,
|
||||
childItems, PR_TRUE, aPendingBinding);
|
||||
childItems, PR_FALSE, aPendingBinding);
|
||||
|
||||
// Set the scrolled frame's initial child lists
|
||||
scrolledFrame->SetInitialChildList(nsnull, childItems);
|
||||
|
||||
Reference in New Issue
Block a user