chromium/third_party/blink/renderer/core/css/style_recalc_context_test.cc

// Copyright 2021 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_recalc_context.h"

#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/dom/element.h"
#include "third_party/blink/renderer/core/dom/pseudo_element.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/testing/page_test_base.h"

namespace blink {

class StyleRecalcContextTest : public PageTestBase {};

TEST_F(StyleRecalcContextTest, FromAncestors) {}

TEST_F(StyleRecalcContextTest, FromAncestors_FlatTree) {}

}  // namespace blink