Revert "Remove the SCHEME_AND_DOMAIN constant."

This reverts commit 8ddb9cfcb6.
This commit is contained in:
Ms2ger
2015-06-12 10:43:19 +02:00
parent 230c4201f3
commit 2212cacef2
7 changed files with 15 additions and 9 deletions

View File

@@ -7,6 +7,6 @@
<script>
test(function(t) {
// The protocol attribute must initially return the empty string
assert_equals((new WebSocket(SCHEME_DOMAIN_PORT + '/empty-message')).protocol, '');
assert_equals((new WebSocket(SCHEME_AND_DOMAIN+'/')).protocol, '');
});
</script>