blob: 3f105da5385dd7a3db2d867a79d63209cf24f5bd (
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/error?start=-105"></iframe>
</body>
</html>
|