// Copyright 2024 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/css_relative_color_value.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/css/parser/css_parser_context.h" #include "third_party/blink/renderer/platform/testing/runtime_enabled_features_test_helpers.h" namespace blink { TEST(CSSRelativeColorValueTest, Equals) { … } TEST(CSSRelativeColorValueTest, CustomCSSText) { … } } // namespace blink