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

Side by Side Diff: chrome/test/data/iframe_dns_error.html

Issue 9704023: Replace URLRequestFailedDnsJob with URLRequestFailedJob (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix weak ptr factory usage Created 8 years, 9 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Blah</title> 3 <title>Blah</title>
4 </head> 4 </head>
5 <body> 5 <body>
6 This frame will fail to load with a DNS error: 6 This frame will fail to load with a DNS error. "mock.failed.request" is the
7 <iframe src="http://url.handled.by.fake.dns/"></iframe> 7 magic hostname used by URLRequestFailedJob, and -105 is ERR_NAME_NOT_RESOLVED.
8 <iframe src="http://mock.failed.request/-105"></iframe>
8 </body> 9 </body>
9 </html> 10 </html>
OLDNEW
« no previous file with comments | « chrome/browser/net/url_request_mock_util.cc ('k') | content/browser/renderer_host/resource_dispatcher_host_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698