chromium/third_party/blink/renderer/core/css/resolver/selector_filter_parent_scope_test.cc

// Copyright 2018 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/resolver/selector_filter_parent_scope.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/css/parser/css_parser.h"
#include "third_party/blink/renderer/core/execution_context/security_context.h"
#include "third_party/blink/renderer/core/html/html_element.h"
#include "third_party/blink/renderer/core/testing/dummy_page_holder.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
#include "third_party/blink/renderer/platform/heap/thread_state.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"

namespace blink {

class SelectorFilterParentScopeTest : public testing::Test {};

TEST_F(SelectorFilterParentScopeTest, ParentScope) {}

TEST_F(SelectorFilterParentScopeTest, RootScope) {}

TEST_F(SelectorFilterParentScopeTest, ReentrantSVGImageLoading) {}

TEST_F(SelectorFilterParentScopeTest, AttributeFilter) {}

}  // namespace blink