mirror of
https://github.com/servo/servo.git
synced 2025-09-01 18:48:23 +01:00
Revert "Don't try to connect to "ws://"+location.host+"/" in WebSocket tests."
This reverts commit 61a9f9d7d4
.
This commit is contained in:
parent
2212cacef2
commit
d9995d9541
4 changed files with 11 additions and 26 deletions
|
@ -6,6 +6,6 @@
|
|||
<div id=log></div>
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(new WebSocket(SCHEME_DOMAIN_PORT + '/empty-message') instanceof WebSocket);
|
||||
assert_true(new WebSocket("ws://"+location.host+"/") instanceof WebSocket);
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue