| <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/a.gif?password=barpassword&realm=bar'> | |
| <img src='/auth-basic/b.gif?password=foopassword&realm=foo'> | |
| <img src='/auth-basic/c.gif?password=foopassword&realm=foo'> | |
| <img src='/auth-basic/d.gif?password=foopassword&realm=foo'> | |
| </body> | |
| </html> |