mirror of
https://github.com/servo/servo.git
synced 2025-09-02 11:08:22 +01:00
Update web-platform-tests to revision 075802c1d3387d07e31cd5887459d539b1297c8d.
This commit is contained in:
parent
10127d6b5a
commit
881fe95cd1
1617 changed files with 57062 additions and 2789 deletions
|
@ -1,8 +1,8 @@
|
|||
var __SERVER__NAME = "{{host}}";
|
||||
var __PORT = {{ports[ws][0]}};
|
||||
var __SECURE__PORT = null; //{{ports[ws][0]}}; //Should be wss
|
||||
var __SECURE__PORT = {{ports[wss][0]}};
|
||||
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 = __SECURE__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