Index: chrome/test/data/iframe_dns_error.html |
=================================================================== |
--- chrome/test/data/iframe_dns_error.html (revision 126973) |
+++ chrome/test/data/iframe_dns_error.html (working copy) |
@@ -3,7 +3,8 @@ |
<title>Blah</title> |
</head> |
<body> |
-This frame will fail to load with a DNS error: |
-<iframe src="http://url.handled.by.fake.dns/"></iframe> |
+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> |