#include "third_party/blink/renderer/core/css/css_property_value_set.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/core/css/style_rule.h"
#include "third_party/blink/renderer/core/css/style_sheet_contents.h"
#include "third_party/blink/renderer/core/execution_context/security_context.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
namespace blink {
class CSSPropertyValueSetTest : public PageTestBase { … };
TEST_F(CSSPropertyValueSetTest, MergeAndOverrideOnConflictCustomProperty) { … }
TEST_F(CSSPropertyValueSetTest, ConflictingLonghandAndShorthand) { … }
TEST_F(CSSPropertyValueSetTest, SetPropertyReturnValue) { … }
TEST_F(CSSPropertyValueSetTest, SetCustomPropertyReturnValue) { … }
}