Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: LayoutTests/http/tests/fetch/script-tests/request.js

Issue 1292503002: [Fetch] Unship Request.context (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/fetch/script-tests/request.js
diff --git a/LayoutTests/http/tests/fetch/script-tests/request.js b/LayoutTests/http/tests/fetch/script-tests/request.js
index 555b6767491a1a8a136a4ae4d7fda011a6e5be81..df0542e45438181bb4f3bc49989e9008d5a8964b 100644
--- a/LayoutTests/http/tests/fetch/script-tests/request.js
+++ b/LayoutTests/http/tests/fetch/script-tests/request.js
@@ -636,12 +636,4 @@ promise_test(function(t) {
});
}, 'Consume and pass');
-// Tests for requests context.
-test(function() {
- var request = new Request('http://localhost/', {method: 'POST', body: ''});
- assert_equals(request.context, '',
- 'Request.context should be empty string ' +
- 'for synthetic Request object');
- }, 'RequestContext of a synthetic Request object');
-
done();
« no previous file with comments | « LayoutTests/http/tests/fetch/script-tests/fetch.js ('k') | LayoutTests/http/tests/serviceworker/fetch-request-resources.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698