summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/iframe_dns_error.html
blob: 8a68349a87f91aea4d24a2d6ff99e97991c2e8b4 (plain)
1
2
3
4
5
6
7
8
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>