зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1147990
- websocket test suite - patch 5 - web-platform-test suite - js error fixed, r=jgraham
This commit is contained in:
Родитель
051d8b9cef
Коммит
a3885e5d47
|
@ -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";
|
||||
|
|
Загрузка…
Ссылка в новой задаче