Bug 1147990 - websocket test suite - patch 5 - web-platform-test suite - js error fixed, r=jgraham

This commit is contained in:
Andrea Marchesini 2015-03-31 14:58:27 +01:00
parent 9fc27358c4
commit 2c15716fd6
2 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -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";