Closed
Bug 1158306
Opened 10 years ago
Closed 10 years ago
service-workers/cache-storage wpt tests expect caches.open() to return Cache objects with exact js equality
Categories
(Testing :: web-platform-tests, defect)
Testing
web-platform-tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bkelly, Assigned: bkelly)
References
()
Details
The wpt tests in service-workers/cache-storage expect repeated calls to caches.open() with the same key to return the exact same js Cache object. The spec does not require this and even explicitly states the opposite now:
"Resolve p with a new Cache object which is a copy of entry.[[value]]."
From step 2.1.1.1 in:
https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache-storage-open
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → bkelly
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
Merged from upstream in bug 1161535.
You need to log in
before you can comment on or make changes to this bug.
Description
•