chromium/third_party/blink/renderer/core/editing/markers/active_suggestion_marker_test.cc

// Copyright 2017 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/editing/markers/active_suggestion_marker.h"

#include "testing/gtest/include/gtest/gtest.h"

ImeTextSpanThickness;
ImeTextSpanUnderlineStyle;

namespace blink {

class ActiveSuggestionMarkerTest : public testing::Test {};

TEST_F(ActiveSuggestionMarkerTest, MarkerType) {}

TEST_F(ActiveSuggestionMarkerTest, IsStyleableMarker) {}

TEST_F(ActiveSuggestionMarkerTest, ConstructorAndGetters) {}

}  // namespace blink