mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Update web-platform-tests.
This commit is contained in:
parent
74afd086d2
commit
71008d816d
62 changed files with 793 additions and 150 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue