Index: LayoutTests/http/tests/serviceworker/cache-put-expected.txt |
diff --git a/LayoutTests/http/tests/serviceworker/cache-put-expected.txt b/LayoutTests/http/tests/serviceworker/cache-put-expected.txt |
index b1a039e17900c18cba1d73310170d0384d5e10ae..68c1e5a83eb33f90dd22b6eb7481f47ed2277c16 100644 |
--- a/LayoutTests/http/tests/serviceworker/cache-put-expected.txt |
+++ b/LayoutTests/http/tests/serviceworker/cache-put-expected.txt |
@@ -2,6 +2,7 @@ This is a testharness.js-based test. |
PASS Service Worker: Cache.put |
PASS Cache.put called with simple Request and Response |
PASS Cache.put called with Request and Response from fetch() |
+PASS Cache.put with Request without a body |
PASS Cache.put with Request containing a body |
PASS Cache.put with a Response containing an empty URL |
PASS Cache.put with an empty response body |
@@ -15,5 +16,7 @@ PASS Cache.put with a non-HTTP/HTTPS request |
PASS Cache.put with a relative URL |
PASS Cache.put with a non-GET request |
PASS Cache.put with an empty response |
+PASS Cache.put with a used request body |
+PASS Cache.put with a used response body |
Harness: the test ran to completion. |