// 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_basic_shape_values.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" namespace blink { namespace { const CSSValue* ParsePropertyValue(CSSPropertyID id, const char* value) { … } TEST(CSSBasicShapeValuesTest, PolygonEquals) { … } } // namespace } // namespace blink