chromium/third_party/blink/renderer/core/css/css_property_names_test.cc

// Copyright 2022 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_property_names.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/css/parser/css_property_parser.h"
#include "third_party/blink/renderer/platform/testing/runtime_enabled_features_test_helpers.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"

namespace blink {

TEST(CSSPropertyNamesTest, AlternativeAnimationWithTimeline) {}

TEST(CSSPropertyNamesTest, WebkitMaskSize) {}

TEST(CSSPropertyNamesTest, WebkitMask) {}

}  // namespace blink