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

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

Issue 2778183002: Fetch API: Remove expectation files of request.js (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/request-base-https-other-https-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js b/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js
index 107c0daaa3d5d130ddbc5c804a7d6f2f4721c2de..4767ef2a791d3bc6727fa6636154ef00879a0a6b 100644
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js
@@ -198,7 +198,7 @@ test(function() {
});
});
});
- }, 'Request header test');
+ }, 'Request method test');
test(function() {
var request1 = {};
@@ -371,7 +371,7 @@ test(function() {
{name: 'TypeError'},
function() { new Request(req); },
'Request construction should throw if used.');
- }, 'Request construction without body behavior regardning "bodyUsed"');
+ }, 'POST Request construction without body behavior regardning "bodyUsed"');
test(function() {
var req = new Request(URL, {method: 'POST', body: 'hello'});
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/request-base-https-other-https-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698