| Index: Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| diff --git a/Source/core/css/resolver/MatchedPropertiesCache.cpp b/Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| index fe988158839f979b4313b1f576c4027247dc117b..5d9211751a7e272c78d71d885e374b78c3f91f27 100644
|
| --- a/Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| +++ b/Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| @@ -147,6 +147,8 @@
|
| {
|
| if (style.unique() || (style.styleType() != NOPSEUDO && parentStyle.unique()))
|
| return false;
|
| + if (style.hasAppearance())
|
| + return false;
|
| if (style.zoom() != ComputedStyle::initialZoom())
|
| return false;
|
| if (style.writingMode() != ComputedStyle::initialWritingMode() || style.direction() != ComputedStyle::initialDirection())
|
|
|