chromium/third_party/blink/renderer/core/css/force_dark_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/dom/document.h"
#include "third_party/blink/renderer/core/dom/node_computed_style.h"
#include "third_party/blink/renderer/core/frame/settings.h"
#include "third_party/blink/renderer/core/style/computed_style.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"

namespace blink {

class ForceDarkTest : public PageTestBase {};

TEST_F(ForceDarkTest, ForcedColorScheme) {}

TEST_F(ForceDarkTest, ForcedColorSchemeInvalidation) {}

}  // namespace blink