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

Side by Side Diff: chrome/test/data/save_page/broken-image.htm

Issue 2155333002: Test for auth dialog appearing during save-page-as. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Prevent prompts during save-page-as. Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title> 3 <title>
4 Test page for saving a page with a broken image. 4 Test page for saving a page with a broken image.
5 </title> 5 </title>
6 </head> 6 </head>
7 <body> 7 <body>
8 Content verification marker: 8 Content verification marker:
9 broken-image.htm: 1e846775-b3ed-4d9c-a124-029554a1eb9d 9 broken-image.htm: 1e846775-b3ed-4d9c-a124-029554a1eb9d
10 <br> 10 <br>
(...skipping 16 matching lines...) Expand all
27 cases as well. 27 cases as well.
28 <br><br> 28 <br><br>
29 29
30 The link to the image below is broken on purpose, to test additional code 30 The link to the image below is broken on purpose, to test additional code
31 paths - in particular in this case ResourceHandler::OnResponseStarted 31 paths - in particular in this case ResourceHandler::OnResponseStarted
32 is not called at all and the failure is reported directly via 32 is not called at all and the failure is reported directly via
33 ResourceHandler::OnResponseCompleted. See also https://crbug.com/594219. 33 ResourceHandler::OnResponseCompleted. See also https://crbug.com/594219.
34 <img src="http://f0b310b1-4038-46a8-ac98-529187682f2d.no.such.host/x.png"> 34 <img src="http://f0b310b1-4038-46a8-ac98-529187682f2d.no.such.host/x.png">
35 <br><br> 35 <br><br>
36 36
37 The link to the image below (when handled by the embedded http test server)
38 will trigger an authentication dialog. The authentication dialog should
39 not appear during save-page-as.
40 <img src="/auth-basic?password=PASS&realm=REALM">
41 <br><br>
42
37 </body> 43 </body>
38 </html> 44 </html>
OLDNEW
« no previous file with comments | « chrome/browser/download/save_page_browsertest.cc ('k') | content/browser/loader/resource_dispatcher_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698