chromium/third_party/blink/renderer/core/css/properties/computed_style_utils_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/properties/computed_style_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/css/css_custom_ident_value.h"
#include "third_party/blink/renderer/core/css/css_identifier_value.h"
#include "third_party/blink/renderer/core/css/css_numeric_literal_value.h"
#include "third_party/blink/renderer/core/css/css_string_value.h"
#include "third_party/blink/renderer/core/css/css_value_list.h"
#include "third_party/blink/renderer/core/style/style_name.h"
#include "third_party/blink/renderer/core/style/style_name_or_keyword.h"
#include "third_party/blink/renderer/platform/transforms/matrix_3d_transform_operation.h"
#include "third_party/blink/renderer/platform/transforms/matrix_transform_operation.h"
#include "third_party/blink/renderer/platform/transforms/translate_transform_operation.h"
#include "third_party/googletest/src/googletest/include/gtest/gtest.h"

namespace blink {

TEST(ComputedStyleUtilsTest, MatrixForce3D) {}

TEST(ComputedStyleUtilsTest, MatrixZoom2D) {}

TEST(ComputedStyleUtilsTest, MatrixZoom3D) {}

TEST(ComputedStyleUtilsTest, ValueForTransformFunction_Translate) {}

TEST(ComputedStyleUtilsTest, ValueForTransformFunction_Matrix) {}

TEST(ComputedStyleUtilsTest, ValueForTransformFunction_Matrix3d) {}

TEST(ComputedStyleUtilsTest, ValueForStyleName) {}

TEST(ComputedStyleUtilsTest, ValueForStyleNameOrKeyword) {}

}  // namespace blink