Index: LayoutTests/http/tests/serviceworker/resources/fetch-request-xhr-worker.js |
diff --git a/LayoutTests/http/tests/serviceworker/resources/fetch-request-xhr-worker.js b/LayoutTests/http/tests/serviceworker/resources/fetch-request-xhr-worker.js |
index 91b3abb14d9c675a0bd886344a26482f36bb5770..931f1a9577cbe164d52130a3151dcb901b91adcf 100644 |
--- a/LayoutTests/http/tests/serviceworker/resources/fetch-request-xhr-worker.js |
+++ b/LayoutTests/http/tests/serviceworker/resources/fetch-request-xhr-worker.js |
@@ -12,6 +12,7 @@ self.addEventListener('fetch', function(event) { |
.then(function(result) { |
resolve(new Response(JSON.stringify({ |
method: event.request.method, |
+ context: event.request.context, |
mode: event.request.mode, |
credentials: event.request.credentials, |
headers: headers, |