repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
iframe_dns_error.html
blob
3f105da5385dd7a3db2d867a79d63209cf24f5bd
1
<html>
2
<head>
3
<title>
Blah
</title>
4
</head>
5
<body>
6
This frame will fail to load with a DNS error.
"mock.failed.request"
is the
7
magic hostname used by URLRequestFailedJob, and -
105
is ERR_NAME_NOT_RESOLVED.
8
<iframe
src
=
"http://mock.failed.request/error?start=-105"
></iframe>
9
</body>
10
</html>