From 2d5ddb141df0e79a6dc89c9a3b51f15cfa992296 Mon Sep 17 00:00:00 2001 From: Yoav Weiss Date: Thu, 31 Jan 2019 18:56:04 +0000 Subject: [PATCH] Bug 1523562 [wpt PR 14892] - [Resource-Timing] `name` is wrong for http to https redirection, a=testonly MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Automatic update from web-platform-tests [Resource-Timing] `name` is wrong for http to https redirection According to the spec, the `name` attribute MUST provide the pre-redirection URL. In the case of http=>https redirections, that's not the case and the post-redirection URL is provided. This CL fixes that. BUG=922365 Change-Id: Ic9acf354ef66d654ab41259aa0af297a56e775ce Reviewed-on: https://chromium-review.googlesource.com/c/1411929 Commit-Queue: Yoav Weiss Reviewed-by: Nicolás Peña Moreno Cr-Commit-Position: refs/heads/master@{#623293} -- wpt-commits: ad31e18666441d0bd24a9314bc71468c9993650f wpt-pr: 14892 --- .../{resource_redirects.html => redirects.sub.html} | 21 ++++++++++++++------- .../resources/blank_page_green.htm.headers | 1 + 2 files changed, 15 insertions(+), 7 deletions(-) rename testing/web-platform/tests/resource-timing/{resource_redirects.html => redirects.sub.html} (64%) create mode 100644 testing/web-platform/tests/resource-timing/resources/blank_page_green.htm.headers diff --git a/testing/web-platform/tests/resource-timing/resource_redirects.html b/testing/web-platform/tests/resource-timing/redirects.sub.html similarity index 64% rename from testing/web-platform/tests/resource-timing/resource_redirects.html rename to testing/web-platform/tests/resource-timing/redirects.sub.html index 606662afda44..0e3f405e14b7 100644 --- a/testing/web-platform/tests/resource-timing/resource_redirects.html +++ b/testing/web-platform/tests/resource-timing/redirects.sub.html @@ -11,16 +11,22 @@