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

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

Issue 2891063003: bindings: Use an alias for @@iterator in certain declarations. (Closed)
Patch Set: Rebase patch Created 3 years, 7 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/Source/bindings/core/v8/Iterable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/headers/headers-idl-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/headers/headers-idl-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/headers/headers-idl-expected.txt
deleted file mode 100644
index 428c3182caa0a3b28f5d74091fb7cc6bb82f5e55..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/headers/headers-idl-expected.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-This is a testharness.js-based test.
-PASS Headers interface: existence and properties of interface object
-PASS Headers interface object length
-PASS Headers interface object name
-PASS Headers interface: existence and properties of interface prototype object
-PASS Headers interface: existence and properties of interface prototype object's "constructor" property
-PASS Headers interface: operation append(ByteString,ByteString)
-PASS Headers interface: operation delete(ByteString)
-PASS Headers interface: operation get(ByteString)
-PASS Headers interface: operation has(ByteString)
-PASS Headers interface: operation set(ByteString,ByteString)
-FAIL Testing Symbol.iterator property of iterable interface Headers assert_equals: @@iterator function does not have the right name expected "entries" but got ""
-FAIL Testing pair iterable interface Headers assert_equals: entries method is not the same as @@iterator expected function "function entries() { [native code] }" but got function "function () { [native code] }"
-PASS Headers interface: operation entries()
-PASS Headers interface: operation keys()
-PASS Headers interface: operation values()
-PASS Headers interface: operation forEach(function,any)
-PASS Headers interface: new Headers() must inherit property "append" with the proper type (0)
-PASS Headers interface: calling append(ByteString,ByteString) on new Headers() with too few arguments must throw TypeError
-PASS Headers interface: new Headers() must inherit property "delete" with the proper type (1)
-PASS Headers interface: calling delete(ByteString) on new Headers() with too few arguments must throw TypeError
-PASS Headers interface: new Headers() must inherit property "get" with the proper type (2)
-PASS Headers interface: calling get(ByteString) on new Headers() with too few arguments must throw TypeError
-PASS Headers interface: new Headers() must inherit property "has" with the proper type (3)
-PASS Headers interface: calling has(ByteString) on new Headers() with too few arguments must throw TypeError
-PASS Headers interface: new Headers() must inherit property "set" with the proper type (4)
-PASS Headers interface: calling set(ByteString,ByteString) on new Headers() with too few arguments must throw TypeError
-PASS Headers interface: new Headers() must inherit property "entries" with the proper type (6)
-PASS Headers interface: new Headers() must inherit property "keys" with the proper type (7)
-PASS Headers interface: new Headers() must inherit property "values" with the proper type (8)
-PASS Headers interface: new Headers() must inherit property "forEach" with the proper type (9)
-PASS Headers interface: calling forEach(function,any) on new Headers() with too few arguments must throw TypeError
-Harness: the test ran to completion.
-
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/Iterable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698