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

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

Issue 2778753002: Import //fetch from Web Platform Tests. (Closed)
Patch Set: Baselines. 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS Headers interface: existence and properties of interface object
3 PASS Headers interface object length
4 PASS Headers interface object name
5 FAIL Headers interface: existence and properties of interface prototype object a ssert_equals: class string of Headers.prototype expected "[object HeadersPrototy pe]" but got "[object Headers]"
6 PASS Headers interface: existence and properties of interface prototype object's "constructor" property
7 PASS Headers interface: operation append(ByteString,ByteString)
8 PASS Headers interface: operation delete(ByteString)
9 PASS Headers interface: operation get(ByteString)
10 PASS Headers interface: operation has(ByteString)
11 PASS Headers interface: operation set(ByteString,ByteString)
12 FAIL Testing Symbol.iterator property of iterable interface Headers assert_equal s: @@iterator function does not have the right name expected "entries" but got " "
13 FAIL Testing pair iterable interface Headers assert_equals: entries method is no t the same as @@iterator expected function "function entries() { [native code] } " but got function "function () { [native code] }"
14 PASS Headers interface: operation entries()
15 PASS Headers interface: operation keys()
16 PASS Headers interface: operation values()
17 PASS Headers interface: operation forEach(function,any)
18 PASS Headers must be primary interface of new Headers()
19 PASS Stringification of new Headers()
20 PASS Headers interface: new Headers() must inherit property "append" with the pr oper type (0)
21 PASS Headers interface: calling append(ByteString,ByteString) on new Headers() w ith too few arguments must throw TypeError
22 PASS Headers interface: new Headers() must inherit property "delete" with the pr oper type (1)
23 PASS Headers interface: calling delete(ByteString) on new Headers() with too few arguments must throw TypeError
24 PASS Headers interface: new Headers() must inherit property "get" with the prope r type (2)
25 PASS Headers interface: calling get(ByteString) on new Headers() with too few ar guments must throw TypeError
26 PASS Headers interface: new Headers() must inherit property "has" with the prope r type (3)
27 PASS Headers interface: calling has(ByteString) on new Headers() with too few ar guments must throw TypeError
28 PASS Headers interface: new Headers() must inherit property "set" with the prope r type (4)
29 PASS Headers interface: calling set(ByteString,ByteString) on new Headers() with too few arguments must throw TypeError
30 PASS Headers interface: new Headers() must inherit property "entries" with the p roper type (6)
31 PASS Headers interface: new Headers() must inherit property "keys" with the prop er type (7)
32 PASS Headers interface: new Headers() must inherit property "values" with the pr oper type (8)
33 PASS Headers interface: new Headers() must inherit property "forEach" with the p roper type (9)
34 PASS Headers interface: calling forEach(function,any) on new Headers() with too few arguments must throw TypeError
35 Harness: the test ran to completion.
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698