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

Unified Diff: chrome/test/data/password/password_xhr_submit.html

Issue 1039833002: [Password Manager] Unify action and origin detection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test Created 5 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
Index: chrome/test/data/password/password_xhr_submit.html
diff --git a/chrome/test/data/password/password_xhr_submit.html b/chrome/test/data/password/password_xhr_submit.html
index 93fec20e0fb3bb778afa782cf8181a3439bcfb6b..9426dd9ab8e931aa0363592698dd97fb9b53a8c8 100644
--- a/chrome/test/data/password/password_xhr_submit.html
+++ b/chrome/test/data/password/password_xhr_submit.html
@@ -1,5 +1,7 @@
<html>
<head>
+ <base href="done">
+
<script>
var navigate = true;
@@ -38,8 +40,7 @@ function send_xhr() {
</script>
</head>
<body>
-<form action="password_xhr_submit.html" onsubmit="send_xhr(); return false;"
- id="testform">
+<form onsubmit="send_xhr(); return false;" id="testform">
<input type="text" id="username_field" name="username_field">
<input type="password" id="password_field" name="password_field">
<input type="submit" id="submit_button" name="submit_button">

Powered by Google App Engine
This is Rietveld 408576698