| Index: third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImplTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImplTest.cpp b/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImplTest.cpp
|
| index 5b7f98c48e96e55b57b6405c9108027db7057bfc..ed7c35081925c1b1e7e3471f169cfba26e84b19b 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImplTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImplTest.cpp
|
| @@ -21,6 +21,10 @@ class TextMatchMarkerListImplTest : public EditingTestBase {
|
| Persistent<TextMatchMarkerListImpl> marker_list_;
|
| };
|
|
|
| +TEST_F(TextMatchMarkerListImplTest, MarkerType) {
|
| + EXPECT_EQ(DocumentMarker::kTextMatch, marker_list_->MarkerType());
|
| +}
|
| +
|
| TEST_F(TextMatchMarkerListImplTest, Add) {
|
| EXPECT_EQ(0u, marker_list_->GetMarkers().size());
|
|
|
|
|