#include "third_party/blink/renderer/core/css/css_computed_style_declaration.h"
#include "third_party/blink/renderer/core/dom/dom_token_list.h"
#include "third_party/blink/renderer/core/dom/shadow_root.h"
#include "third_party/blink/renderer/core/html/html_element.h"
#include "third_party/blink/renderer/core/layout/layout_object.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"
#include "third_party/blink/renderer/platform/testing/runtime_enabled_features_test_helpers.h"
namespace blink {
class CSSComputedStyleDeclarationTest : public PageTestBase { … };
TEST_F(CSSComputedStyleDeclarationTest, CleanAncestorsNoRecalc) { … }
TEST_F(CSSComputedStyleDeclarationTest, CleanShadowAncestorsNoRecalc) { … }
TEST_F(CSSComputedStyleDeclarationTest, AdjacentInvalidation) { … }
TEST_F(CSSComputedStyleDeclarationTest,
NoCrashWhenCallingGetPropertyCSSValueWithVariable) { … }
TEST_F(CSSComputedStyleDeclarationTest, SVGBlockSizeLayoutDependent) { … }
TEST_F(CSSComputedStyleDeclarationTest, SVGInlineSizeLayoutDependent) { … }
TEST_F(CSSComputedStyleDeclarationTest, UseCountDurationZero) { … }
}