Searched refs:testWord (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dedit_dictionary_browsertest.js40 var testWord = 'foo';
42 testWord;
44 this.mockHandler.expects(once()).addDictionaryWord([testWord]).
46 EditDictionaryOverlay.setWordList([testWord]);
51 this.mockHandler.expects(once()).removeDictionaryWord([testWord]).
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp1242 std::string testWord = "This text should be selected."; local
1245 EXPECT_EQ(testWord, std::string(frame->selectionAsText().utf8().data()));
1251 EXPECT_EQ(length, testWord.length());

Completed in 951 milliseconds