OLD | NEW |
---|---|
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <title>Blah</title> | 3 <title>Blah</title> |
4 </head> | 4 </head> |
5 <body> | 5 <body> |
6 This frame will fail to load with a DNS error: | 6 This frame will fail to load with a DNS error. -105 is ERR_NAME_NOT_RESOLVED: |
7 <iframe src="http://url.handled.by.fake.dns/"></iframe> | 7 <iframe src="http://mock.failed.request/-105"></iframe> |
willchan no longer on Chromium
2012/03/15 22:42:28
Can you add a comment indicating that this is a ma
mmenke
2012/03/15 22:55:46
Done.
| |
8 </body> | 8 </body> |
9 </html> | 9 </html> |
OLD | NEW |