mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Update web-platform-tests to revision 5d33b4da92080b7658168bdb0fbdc3531bda1ddf
This commit is contained in:
parent
7010178691
commit
5b46b73c1b
139 changed files with 2001 additions and 261 deletions
|
@ -6,6 +6,7 @@ function testRedirect(origin, redirectStatus, redirectMode, corsMode) {
|
|||
var url = new URL("../resources/redirect.py", self.location);
|
||||
if (origin === "cross-origin") {
|
||||
url.host = get_host_info().REMOTE_HOST;
|
||||
url.port = get_host_info().HTTP_PORT;
|
||||
}
|
||||
|
||||
var urlParameters = "?redirect_status=" + redirectStatus;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue