| Index: third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp b/third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp
|
| index f9502ff3eb02b63581dbe0c1a107db6f26a00fae..f15dc8749e620fa353e3a2f248ef2391e11da279 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp
|
| @@ -953,7 +953,7 @@ TEST_F(InputMethodControllerTest, CompositionInputEventForDelete) {
|
| // Delete the existing composition.
|
| document().setTitle(emptyString());
|
| controller().setComposition("", underlines, 0, 0);
|
| - EXPECT_STREQ("beforeinput.data:;compositionend.data:;",
|
| + EXPECT_STREQ("beforeinput.data:null;input.data:null;compositionend.data:;",
|
| document().title().utf8().data());
|
| }
|
|
|
|
|