// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/core/css/style_scope.h" #include "third_party/blink/renderer/core/css/css_test_helpers.h" #include "third_party/blink/renderer/core/dom/document.h" #include "third_party/blink/renderer/core/testing/page_test_base.h" namespace blink { class StyleScopeTest : public PageTestBase { … }; TEST_F(StyleScopeTest, Copy) { … } TEST_F(StyleScopeTest, CopyImplicit) { … } TEST_F(StyleScopeTest, CopyParent) { … } } // namespace blink