| Index: chrome/test/data/password/failed.html
|
| diff --git a/chrome/test/data/password/failed.html b/chrome/test/data/password/failed.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fd5280561b87234c7054f665ab94a5c730769222
|
| --- /dev/null
|
| +++ b/chrome/test/data/password/failed.html
|
| @@ -0,0 +1,11 @@
|
| +<html>
|
| +<body>
|
| +Navigation complete. Below is the login form again, a sign of failure.
|
| +<form method="POST" action="failed.html" id="to_failed">
|
| + <input type="text" id="username_failed" name="username_failed">
|
| + <input type="password" id="password_failed" name="password_failed">
|
| + <input type="submit" id="submit_failed" name="submit_failed">
|
| +</form>
|
| +
|
| +</body>
|
| +</html>
|
|
|