chromium/third_party/blink/renderer/core/css/resolver/css_variable_data_test.cc

// Copyright 2018 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_variable_data.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/css/css_test_helpers.h"
#include "third_party/blink/renderer/core/css/parser/css_tokenizer.h"
#include "third_party/blink/renderer/platform/wtf/text/character_names.h"

namespace blink {

CreateVariableData;

TEST(CSSVariableDataTest, FontUnitsDetected) {}

TEST(CSSVariableDataTest, RootFontUnitsDetected) {}

TEST(CSSVariableDataTest, Serialize) {}

TEST(CSSVariableDataTest, SerializeSpecialCases) {}

}  // namespace blink