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

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

Issue 2787123005: Block data URL navigations with RenderFrameImpl::DecidePolicyForNavigation (Closed)
Patch Set: Attempt another fix Created 3 years, 8 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
Index: chrome/renderer/autofill/password_generation_agent_browsertest.cc
diff --git a/chrome/renderer/autofill/password_generation_agent_browsertest.cc b/chrome/renderer/autofill/password_generation_agent_browsertest.cc
index fc8ec95d4e2e3449a09095377bcffaf929f35685..d19884863387834839fd8d7b8164b160ba499043 100644
--- a/chrome/renderer/autofill/password_generation_agent_browsertest.cc
+++ b/chrome/renderer/autofill/password_generation_agent_browsertest.cc
@@ -157,7 +157,7 @@ const char kSigninFormHTML[] =
"</FORM>";
const char kAccountCreationFormHTML[] =
- "<FORM name = 'blah' action = 'http://www.random.com/pa/th?q=1&p=3#first'> "
+ "<FORM name = 'blah' action = 'http://www.random.com/pa/th?q=1&p=3'> "
" <INPUT type = 'text' id = 'username'/> "
" <INPUT type = 'password' id = 'first_password' size = 5/>"
" <INPUT type = 'password' id = 'second_password' size = 5/> "

Powered by Google App Engine
This is Rietveld 408576698