#include "third_party/blink/renderer/core/css/resolver/matched_properties_cache.h"
#include "third_party/blink/renderer/core/css/css_property_name.h"
#include "third_party/blink/renderer/core/css/css_test_helpers.h"
#include "third_party/blink/renderer/core/css/resolver/style_resolver.h"
#include "third_party/blink/renderer/core/css/resolver/style_resolver_state.h"
#include "third_party/blink/renderer/core/html/html_element.h"
#include "third_party/blink/renderer/core/style/computed_style.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"
namespace blink {
CreateVariableData;
class MatchedPropertiesCacheTestKey { … };
TestKey;
class MatchedPropertiesCacheTestCache { … };
TestCache;
class MatchedPropertiesCacheTest : public PageTestBase { … };
TEST_F(MatchedPropertiesCacheTest, AllowedKeyValues) { … }
TEST_F(MatchedPropertiesCacheTest, InvalidKeyForUncacheableMatchResult) { … }
TEST_F(MatchedPropertiesCacheTest, Miss) { … }
TEST_F(MatchedPropertiesCacheTest, Hit) { … }
TEST_F(MatchedPropertiesCacheTest, HitOnlyForAddedEntry) { … }
TEST_F(MatchedPropertiesCacheTest, EnsuredInDisplayNone) { … }
TEST_F(MatchedPropertiesCacheTest, EnsuredOutsideFlatTree) { … }
TEST_F(MatchedPropertiesCacheTest, EnsuredOutsideFlatTreeAndDisplayNone) { … }
TEST_F(MatchedPropertiesCacheTest, WritingModeDependency) { … }
TEST_F(MatchedPropertiesCacheTest, DirectionDependency) { … }
TEST_F(MatchedPropertiesCacheTest, ColorSchemeDependency) { … }
TEST_F(MatchedPropertiesCacheTest, VariableDependency) { … }
TEST_F(MatchedPropertiesCacheTest, VariableDependencyNoVars) { … }
TEST_F(MatchedPropertiesCacheTest, NoVariableDependency) { … }
}