| Index: chrome/test/data/login/single_realm.html
|
| diff --git a/chrome/test/data/login/single_realm.html b/chrome/test/data/login/single_realm.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..05c9e2217b5deca0e4440e0e3934564e646fd9d4
|
| --- /dev/null
|
| +++ b/chrome/test/data/login/single_realm.html
|
| @@ -0,0 +1,16 @@
|
| +<html>
|
| +<body>
|
| +
|
| +<p>Contains several embedded resources, each of which require
|
| +authentication</p>
|
| +
|
| +<!-- The images will probably be in an invalid format, but we aren't
|
| + interested in the images here. -->
|
| +<img src='/auth-basic/1.gif?password=foopassword&realm=foo'>
|
| +<img src='/auth-basic/2.gif?password=foopassword&realm=foo'>
|
| +<img src='/auth-basic/3.gif?password=foopassword&realm=foo'>
|
| +<img src='/auth-basic/4.gif?password=foopassword&realm=foo'>
|
| +<img src='/auth-basic/5.gif?password=foopassword&realm=foo'>
|
| +<img src='/auth-basic/6.gif?password=foopassword&realm=foo'>
|
| +</body>
|
| +</html>
|
|
|