mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 8253. Part 1. Disable first-letter and first-line styles in select elements. r=bzbarsky
This commit is contained in:
parent
8a99cfd855
commit
ce66a52a38
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user