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..f9b2abcc93d22186b837f2bbec27d3b635c848eb 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="http://test.com/"> |
+ |
<script> |
var navigate = true; |
@@ -38,7 +40,7 @@ function send_xhr() { |
</script> |
</head> |
<body> |
-<form action="password_xhr_submit.html" onsubmit="send_xhr(); return false;" |
+<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"> |