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

// Copyright 2021 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/property_registration.h"
#include "third_party/blink/renderer/core/css/css_test_helpers.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"
#include "third_party/blink/renderer/platform/wtf/vector.h"

namespace blink {

class PropertyRegistrationTest : public PageTestBase {};

TEST_F(PropertyRegistrationTest, VarInInitialValueTypedDeclared) {}

TEST_F(PropertyRegistrationTest, VarInInitialValueUniversalDeclared) {}

TEST_F(PropertyRegistrationTest, VarInInitialValueTypedRegistered) {}

TEST_F(PropertyRegistrationTest, VarInInitialValueUniversalRegistered) {}

}  // namespace blink