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)

defect
Not set
normal

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: nobody → bkelly
Status: NEW → ASSIGNED
Merged from upstream in bug 1161535.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Depends on: 1161535
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.