mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Remove the SCHEME_AND_DOMAIN constant.
All its users are connecting to port 80, which is not typically under the control of the wpt server.
This commit is contained in:
parent
e8d691aa03
commit
477bfa3675
15 changed files with 34 additions and 25 deletions
|
@ -7,6 +7,6 @@
|
|||
<script>
|
||||
test(function(t) {
|
||||
// The extensions attribute must initially return the empty string
|
||||
assert_equals((new WebSocket(SCHEME_AND_DOMAIN+'/')).extensions, '');
|
||||
assert_equals((new WebSocket(SCHEME_DOMAIN_PORT+'/empty-message')).extensions, '');
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue