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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/headers/headers-basic-expected.txt

Issue 2854613002: fetch: Drop Headers from HeadersInit typedef declaration. (Closed)
Patch Set: Adjust expectations for ServiceWorkerVersionBrowserTest.FetchEvent_Response Created 3 years, 8 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/external/wpt/fetch/api/headers/headers-basic-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/headers/headers-basic-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/headers/headers-basic-expected.txt
deleted file mode 100644
index 4a144ed4316f7e88a392ea33972c2717f72ef47d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/headers/headers-basic-expected.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-This is a testharness.js-based test.
-PASS Create headers from no parameter
-PASS Create headers from undefined parameter
-PASS Create headers from empty object
-PASS Create headers with null should throw
-PASS Create headers with 1 should throw
-PASS Create headers with sequence
-PASS Create headers with record
-PASS Create headers with existing headers
-FAIL Create headers with existing headers with custom iterator assert_equals: expected (string) "test" but got (object) null
-PASS Check append method
-PASS Check set method
-PASS Check has method
-PASS Check delete method
-PASS Check get method
-PASS Check keys method
-PASS Check values method
-PASS Check entries method
-PASS Check Symbol.iterator method
-PASS Check forEach method
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698