Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7610)

Unified Diff: chrome/renderer/autofill/password_autofill_agent_browsertest.cc

Issue 188813003: Update several browser_tests / content_browsertests to set iframes' name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename iframe_id to iframe_name Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/data/nacl/extension_mime_handler/ppapi_extension_mime_handler.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/autofill/password_autofill_agent_browsertest.cc
diff --git a/chrome/renderer/autofill/password_autofill_agent_browsertest.cc b/chrome/renderer/autofill/password_autofill_agent_browsertest.cc
index 1723480a6b8fa2195a2f660fd0d43664434a0af0..7be602a6cb981c69e6827a036c7bc20654699724 100644
--- a/chrome/renderer/autofill/password_autofill_agent_browsertest.cc
+++ b/chrome/renderer/autofill/password_autofill_agent_browsertest.cc
@@ -786,7 +786,7 @@ TEST_F(PasswordAutofillAgentTest, IframeNoFillTest) {
" <title>Title</title>"
" </head>"
" <body>"
- " <iframe id='iframe' src=\"";
+ " <iframe name='iframe' src=\"";
const char kWebpageWithIframeEnd[] =
"\"></iframe>"
" </body>"
« no previous file with comments | « no previous file | chrome/test/data/nacl/extension_mime_handler/ppapi_extension_mime_handler.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698