Closed
Bug 1158314
Opened 11 years ago
Closed 11 years ago
service-workers/cache-storage wpt tests expect caches.match() with missing name to resolve undefined
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 caches.match({name: nonexistent}) to resolve undefined. The spec requires NotFoundError to be thrown:
"Reject p with a "NotFoundError" exception."
From step 3.1.2 in:
https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache-storage-match
| Assignee | ||
Updated•11 years ago
|
| Assignee | ||
Comment 1•11 years ago
|
||
Merged from upstream.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 2•11 years ago
|
||
Actually, lets do this as a dependency instead of a dupe.
Depends on: 1161535
Resolution: DUPLICATE → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•