Update web-platform-tests.

This commit is contained in:
Ms2ger 2015-04-09 13:39:50 +02:00
parent 74afd086d2
commit 71008d816d
62 changed files with 793 additions and 150 deletions

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