Update web-platform-tests to revision 5d33b4da92080b7658168bdb0fbdc3531bda1ddf

This commit is contained in:
WPT Sync Bot 2020-03-10 08:19:03 +00:00
parent 7010178691
commit 5b46b73c1b
139 changed files with 2001 additions and 261 deletions

View file

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