summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/iframe_dns_error.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/data/iframe_dns_error.html')
-rw-r--r--chrome/test/data/iframe_dns_error.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/test/data/iframe_dns_error.html b/chrome/test/data/iframe_dns_error.html
new file mode 100644
index 0000000..8a68349
--- /dev/null
+++ b/chrome/test/data/iframe_dns_error.html
@@ -0,0 +1,9 @@
+<html>
+<head>
+<title>Blah</title>
+</head>
+<body>
+This frame will fail to load with a DNS error:
+<iframe src="http://url.handled.by.fake.dns/"></iframe>
+</body>
+</html>