blob: 18278e43ff51e2111f06afb8b16f0ae398d9fb83 [file] [log] [blame]
<html>
<head>
<title>Iframe Timeout</title>
</head>
<body>
This iframe will fail to load with an HTTPS connection timeout.
"mock.failed.request" is the magic hostname used by URLRequestFailedJob,
and -118 is CONNECTION_TIMED_OUT.
<iframe src="https://mock.failed.request/error?start=-118"></iframe>
</body>
</html>