Index: chrome/test/data/login/multi_realm.html |
diff --git a/chrome/test/data/login/multi_realm.html b/chrome/test/data/login/multi_realm.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..df981dfff9b067bca1de2ec81b82452c4cb12a47 |
--- /dev/null |
+++ b/chrome/test/data/login/multi_realm.html |
@@ -0,0 +1,15 @@ |
+<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> |