Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion test/wpt/status/service-workers/cache-storage.status.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
"fail": [
"cors-exposed header should be stored correctly.",
"Cache.match ignores vary headers on opaque response.",
"Cache.match blob should be sliceable"
"Cache.match blob should be sliceable",
"Cache.match with POST Request",
"Cache.match with a non-2xx Response",
"Cache.match with a network error Response"
],
"flaky": [
"Cache.match invoked multiple times for the same Request/Response"
Expand Down
Loading