chromium/third_party/blink/renderer/core/editing/markers/composition_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/composition_marker.h"

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

ImeTextSpanThickness;
ImeTextSpanUnderlineStyle;

namespace blink {

class CompositionMarkerTest : public testing::Test {};

TEST_F(CompositionMarkerTest, MarkerType) {}

TEST_F(CompositionMarkerTest, IsStyleableMarker) {}

TEST_F(CompositionMarkerTest, ConstructorAndGetters) {}

TEST_F(CompositionMarkerTest, UnderlineStyleDottedAndGrayText) {}

TEST_F(CompositionMarkerTest, UnderlineStyleDashed) {}

TEST_F(CompositionMarkerTest, UnderlineStyleSquiggled) {}

}  // namespace blink