Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WPT: Tentative test HTTP cache vs credentials.
Add a test. Check whether the HTTP cache discriminate the credentialled requests from the anonymous ones. The expectations used are Firefox's behavior. Chrome fail the test. Later, I would like to make Chrome to converge toward Firefox and run a performance experiment. whatwg/fetch issue: whatwg/fetch#1253 Design doc: https://docs.google.com/document/d/1lvbiy4n-GM5I56Ncw304sgvY5Td32R6KHitjRXvkZ6U/edit# See: https://github.com/web-platform-tests/wpt/pull/29867/checks?check_run_id=3222766321 Once: #29612 (comment) resolved, I am expecting: ┌────────────────────────────────────────────┬───────┬───────┬────────┐ │Test │ Chrome│ Safari│ Firefox│ ├────────────────────────────────────────────┼───────┼───────┼────────┤ │credentials.tentative.any.html │ FAIL │ Fail │ PASS │ ├────────────────────────────────────────────┼───────┼───────┼────────┤ │credentials.tentative.any.serviceworker.html│ FAIL │ FAIL │ PASS │ ├────────────────────────────────────────────┼───────┼───────┼────────┤ │credentials.tentative.any.sharedworker.html │ FAIL │ FAIL │ PASS │ ├────────────────────────────────────────────┼───────┼───────┼────────┤ │credentials.tentative.any.worker.html │ FAIL │ FAIL │ PASS │ └────────────────────────────────────────────┴───────┴───────┴────────┘ Bug:1221529 Change-Id: I0537108f473f37f42eef7b4fa1079cd88d987b62
- Loading branch information