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

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp227 void testTextInputType(WebTextInputType expectedType, const std::string& htmlFile);
535 void WebViewTest::testTextInputType(WebTextInputType expectedType, const std::string& htmlFile) function in class:__anon11422::WebViewTest
545 testTextInputType(WebTextInputTypeText, "input_field_default.html");
546 testTextInputType(WebTextInputTypePassword, "input_field_password.html");
547 testTextInputType(WebTextInputTypeEmail, "input_field_email.html");
548 testTextInputType(WebTextInputTypeSearch, "input_field_search.html");
549 testTextInputType(WebTextInputTypeNumber, "input_field_number.html");
550 testTextInputType(WebTextInputTypeTelephone, "input_field_tel.html");
551 testTextInputType(WebTextInputTypeURL, "input_field_url.html");

Completed in 68 milliseconds