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

// Copyright 2020 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/computed_style_css_value_mapping.h"
#include "third_party/blink/renderer/core/css/css_test_helpers.h"
#include "third_party/blink/renderer/core/dom/node_computed_style.h"
#include "third_party/blink/renderer/core/html/html_element.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"

namespace blink {

class ComputedStyleCSSValueMappingTest : public PageTestBase {};

TEST_F(ComputedStyleCSSValueMappingTest, GetVariablesOnOldStyle) {}

}  // namespace blink