chromium/third_party/blink/renderer/core/style/applied_text_decoration_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/style/applied_text_decoration.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/style/computed_style_base_constants.h"
#include "third_party/blink/renderer/core/style/text_decoration_thickness.h"

namespace blink {

TEST(AppliedTextDecorationTest, OperatorEqual) {}

TEST(AppliedTextDecorationTest, CopyConstructor) {}

TEST(AppliedTextDecorationTest, Assignment) {}

}  // namespace blink