- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / login / multi_realm.html
1 <html>
2 <body>
3
4 <p>Contains several embedded resources, each of which require
5 authentication</p>
6
7 <!-- The images will probably be in an invalid format, but we aren't
8      interested in the images here. -->
9 <img src='/auth-basic/a.gif?password=barpassword&amp;realm=bar'>
10 <img src='/auth-basic/b.gif?password=foopassword&amp;realm=foo'>
11 <img src='/auth-basic/c.gif?password=foopassword&amp;realm=foo'>
12 <img src='/auth-basic/d.gif?password=foopassword&amp;realm=foo'>
13
14 </body>
15 </html>