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

Unified Diff: chrome/test/data/login/single_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/test/data/login/multi_realm.html ('k') | net/tools/testserver/testserver.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&amp;realm=foo'>
+<img src='/auth-basic/2.gif?password=foopassword&amp;realm=foo'>
+<img src='/auth-basic/3.gif?password=foopassword&amp;realm=foo'>
+<img src='/auth-basic/4.gif?password=foopassword&amp;realm=foo'>
+<img src='/auth-basic/5.gif?password=foopassword&amp;realm=foo'>
+<img src='/auth-basic/6.gif?password=foopassword&amp;realm=foo'>
+</body>
+</html>
« no previous file with comments | « chrome/test/data/login/multi_realm.html ('k') | net/tools/testserver/testserver.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698