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"> |