mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1147990 - websocket test suite - patch 5 - web-platform-test suite - js error fixed, r=jgraham
This commit is contained in:
parent
9fc27358c4
commit
2c15716fd6
@ -1,5 +0,0 @@
|
||||
[Create-Secure-verify-url-set-non-default-port.htm]
|
||||
type: testharness
|
||||
[W3C WebSocket API - Create Secure WebSocket - wsocket.url should be set correctly]
|
||||
expected: FAIL
|
||||
|
@ -2,7 +2,7 @@ var __SERVER__NAME = "{{host}}";
|
||||
var __PORT = {{ports[ws][0]}};
|
||||
var __SECURE__PORT = null; //{{ports[ws][0]}}; //Should be wss
|
||||
var __NEW__PORT = __PORT; //All ports are non-default for now
|
||||
var __NEW_SECURE_PORT = __PORT; //All ports are non-default for now
|
||||
var __NEW__SECURE__PORT = __PORT; //All ports are non-default for now
|
||||
var __PATH = "echo";
|
||||
var __CONTROLPATH = "control";
|
||||
var __PROTOCOL = "echo";
|
||||
|
Loading…
Reference in New Issue
Block a user