diff --git a/mozilla/layout/base/nsCSSFrameConstructor.cpp b/mozilla/layout/base/nsCSSFrameConstructor.cpp index 0239a103b68..8e37f9b4648 100644 --- a/mozilla/layout/base/nsCSSFrameConstructor.cpp +++ b/mozilla/layout/base/nsCSSFrameConstructor.cpp @@ -13193,6 +13193,9 @@ nsCSSFrameConstructor::CreateListBoxContent(nsPresContext* aPresContext, aParentFrame, aChild->Tag(), aChild->GetNameSpaceID(), styleContext, frameItems, PR_FALSE); + if (!state.mPseudoFrames.IsEmpty()) { + ProcessPseudoFrames(state, frameItems); + } nsIFrame* newFrame = frameItems.childList; *aNewFrame = newFrame;