Index: chrome/test/data/captive_portal/iframe_timeout.html |
=================================================================== |
--- chrome/test/data/captive_portal/iframe_timeout.html (revision 0) |
+++ chrome/test/data/captive_portal/iframe_timeout.html (revision 0) |
@@ -0,0 +1,12 @@ |
+<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/-118"></iframe> |
+</body> |
+</html> |
Property changes on: chrome\test\data\captive_portal\iframe_timeout.html |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |