From d8e8e60f9f32ffce785b2efd71cd78b337a5352c Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Sun, 2 Jul 2023 13:20:56 +0200 Subject: feat(ext/fetch): add Headers#getSetCookie (#13542) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Spec change: https://github.com/whatwg/fetch/pull/1346 Tests: https://github.com/web-platform-tests/wpt/pull/31442 (ran against this PR and they all pass) --------- Co-authored-by: Bartek IwaƄczuk --- tools/wpt/expectation.json | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 535372179..b418608e7 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -4041,25 +4041,9 @@ "headers-record.any.worker.html": true, "headers-structure.any.worker.html": true, "header-setcookie.any.html": [ - "Headers.prototype.getSetCookie with no headers present", - "Headers.prototype.getSetCookie with one header", - "Headers.prototype.getSetCookie with one header created from an object", - "Headers.prototype.getSetCookie with multiple headers", - "Headers.prototype.getSetCookie with an empty header", - "Headers.prototype.getSetCookie with two equal headers", - "Headers.prototype.getSetCookie ignores set-cookie2 headers", - "Headers.prototype.getSetCookie preserves header ordering", "Set-Cookie is a forbidden response header" ], "header-setcookie.any.worker.html": [ - "Headers.prototype.getSetCookie with no headers present", - "Headers.prototype.getSetCookie with one header", - "Headers.prototype.getSetCookie with one header created from an object", - "Headers.prototype.getSetCookie with multiple headers", - "Headers.prototype.getSetCookie with an empty header", - "Headers.prototype.getSetCookie with two equal headers", - "Headers.prototype.getSetCookie ignores set-cookie2 headers", - "Headers.prototype.getSetCookie preserves header ordering", "Set-Cookie is a forbidden response header" ] }, @@ -4890,8 +4874,6 @@ ] }, "idlharness.any.html": [ - "Headers interface: operation getSetCookie()", - "Headers interface: new Headers() must inherit property \"getSetCookie()\" with the proper type", "Request interface: attribute destination", "Request interface: attribute referrer", "Request interface: attribute referrerPolicy", @@ -4923,8 +4905,6 @@ "Window interface: operation fetch(RequestInfo, optional RequestInit)" ], "idlharness.any.worker.html": [ - "Headers interface: operation getSetCookie()", - "Headers interface: new Headers() must inherit property \"getSetCookie()\" with the proper type", "Request interface: attribute destination", "Request interface: attribute referrer", "Request interface: attribute referrerPolicy", -- cgit v1.2.3