Closed
Bug 1549389
Opened 6 years ago
Closed 6 years ago
Fix the expected value of attribute0023 wpt test
Categories
(Core :: Networking: Cookies, defect, P2)
Core
Networking: Cookies
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
Details
(Whiteboard: [necko-triaged][wptsync upstream])
Attachments
(1 file)
This test sets a cookie with a custom path https://searchfox.org/mozilla-central/rev/b2015fdd464f598d645342614593d4ebda922d95/testing/web-platform/tests/cookies/http-state/resources/test-files/attribute0023-test#1 which won't be accessible to us when reading it again, but in the expectation file https://searchfox.org/mozilla-central/rev/b2015fdd464f598d645342614593d4ebda922d95/testing/web-platform/tests/cookies/http-state/resources/test-files/attribute0023-expected it expects the cookie to be accessible again, which won't happen. Both Chromium and Gecko fail this test obviously.
attribute0024 tests the same Set-Cookie
header with the path attributes appearing in the reverse order and the expectation for that test is correct.
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Assignee: nobody → ehsan
Priority: -- → P2
Whiteboard: [necko-triaged]
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/65dd82d19882
Fix the expected value of attribute0023 wpt test; r=baku
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/16882 for changes under testing/web-platform/tests
Whiteboard: [necko-triaged] → [necko-triaged][wptsync upstream]
Upstream PR merged
You need to log in
before you can comment on or make changes to this bug.
Description
•