Skip to content

Commit

Permalink
EventSource: remove tests for DNS failures
Browse files Browse the repository at this point in the history
  • Loading branch information
yutakahirano authored and annevk committed Oct 3, 2017
1 parent 0ff3fdb commit 9bea493
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eventsource/eventsource-constructor-non-same-origin.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<div id="log"></div>
<script>
function fetchFail(url) {
var test = async_test(document.title + " (" + url + ")", { timeout: 20000 })
Expand All @@ -22,8 +21,6 @@
}
})
}
fetchFail("http://example.not/")
fetchFail("https://example.not/test")
fetchFail("ftp://example.not/")
fetchFail("about:blank")
fetchFail("mailto:whatwg@awesome.example")
Expand Down

0 comments on commit 9bea493

Please sign in to comment.