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 5a3d60f388f73cc18324f3dfc5d83b6c5142c44d..57bbff192533f6e0cd5d48b9ea764a04fd4a2a50 100644 |
--- a/chrome/test/data/password/password_xhr_submit.html |
+++ b/chrome/test/data/password/password_xhr_submit.html |
@@ -4,7 +4,7 @@ |
function state_changed(xhr) { |
if (xhr.readyState == 4) |
- window.location.href = "password_xhr_done.html"; |
+ window.location.href = "done.html"; |
} |
function send_xhr() { |