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

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

Issue 2691513002: Fetch: Make Headers' constructor match the current spec IDL. (Closed)
Patch Set: Created 3 years, 10 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: 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..6486d2cd2435f48ad66702b8682df8cc71313fb3 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
@@ -682,7 +682,7 @@ async_test(function(t) {
test(function() {
// https://fetch.spec.whatwg.org/#dom-request
- // Step 20:
+ // Step 32:
// Fill r's Headers object with headers. Rethrow any exceptions.
INVALID_HEADER_NAMES.forEach(function(name) {
assert_throws(
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/fetch/Headers.h » ('j') | third_party/WebKit/Source/modules/fetch/Headers.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698