Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2272)

Unified Diff: chrome/test/data/login/multi_realm.html

Issue 5814005: Minimize login prompts (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Add const and fix braces Created 9 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/login/single_realm.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&amp;realm=bar'>
+<img src='/auth-basic/b.gif?password=foopassword&amp;realm=foo'>
+<img src='/auth-basic/c.gif?password=foopassword&amp;realm=foo'>
+<img src='/auth-basic/d.gif?password=foopassword&amp;realm=foo'>
+
+</body>
+</html>
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/login/single_realm.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698