Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / iframe_dns_error.html
blob2bf6e255aeb752e7cceadbeefdea9e74e5175c7d
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/-105"></iframe>
9 </body>
10 </html>