chromium/third_party/blink/renderer/core/css/parser/at_rule_descriptor_parser_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/parser/at_rule_descriptor_parser.h"

#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"

namespace blink {

class AtRuleDescriptorParserTest : public PageTestBase {};

TEST_F(AtRuleDescriptorParserTest, NoUseCountUACounterStyle) {}

TEST_F(AtRuleDescriptorParserTest, UseCountCounterStyleDescriptors) {}

TEST_F(AtRuleDescriptorParserTest, UseCountFontMetricOverrideDescriptors) {}

}  // namespace blink