зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1402285 - Don't try to cache pseudo styles with an unstyled originating element. r=emilio
MozReview-Commit-ID: C4JNZFtYHBH
This commit is contained in:
Родитель
01fb3786f9
Коммит
cb69588ef2
|
@ -555,6 +555,7 @@ LazyPseudoIsCacheable(CSSPseudoElementType aType,
|
|||
{
|
||||
return aParentContext &&
|
||||
!nsCSSPseudoElements::IsEagerlyCascadedInServo(aType) &&
|
||||
aOriginatingElement->HasServoData() &&
|
||||
!Servo_Element_IsPrimaryStyleReusedViaRuleNode(aOriginatingElement);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче