Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / iframe_dns_error.html
blob3f105da5385dd7a3db2d867a79d63209cf24f5bd
1 <html>
2 <head>
3 <title>Blah</title>
4 </head>
5 <body>
6 This frame will fail to load with a DNS error. "mock.failed.request" is the
7 magic hostname used by URLRequestFailedJob, and -105 is ERR_NAME_NOT_RESOLVED.
8 <iframe src="http://mock.failed.request/error?start=-105"></iframe>
9 </body>
10 </html>