#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) { … }
}