summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/iframe_dns_error.html
blob: 2bf6e255aeb752e7cceadbeefdea9e74e5175c7d (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<title>Blah</title>
</head>
<body>
This frame will fail to load with a DNS error.  "mock.failed.request" is the
magic hostname used by URLRequestFailedJob, and -105 is ERR_NAME_NOT_RESOLVED.
<iframe src="http://mock.failed.request/-105"></iframe>
</body>
</html>