Searched defs:sample_text1 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dtextinput_surroundingtext_browsertest.cc37 const base::string16 sample_text1 = base::UTF8ToUTF16("abcde"); local
39 const base::string16 surrounding_text2 = sample_text1 + sample_text2;
45 helper.GetTextInputClient()->InsertText(sample_text1);
46 helper.WaitForSurroundingTextChanged(sample_text1, expected_range1);
47 EXPECT_EQ(sample_text1, helper.GetSurroundingText());

Completed in 75 milliseconds