// 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 "ui/gfx/shadow_util.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/shadow_value.h" namespace gfx { // Tests the ShadowDetailsKey works properly for shadow details cache. TEST(ShadowUtilTest, ShadowDetailsKey) { … } } // namespace gfx