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

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

Issue 2891463002: Update testharness.js and idlharness.js. (Closed)
Patch Set: Update expectations 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Headers interface: existence and properties of interface object 2 PASS Headers interface: existence and properties of interface object
3 PASS Headers interface object length 3 PASS Headers interface object length
4 PASS Headers interface object name 4 PASS Headers interface object name
5 PASS Headers interface: existence and properties of interface prototype object 5 PASS Headers interface: existence and properties of interface prototype object
6 PASS Headers interface: existence and properties of interface prototype object's "constructor" property 6 PASS Headers interface: existence and properties of interface prototype object's "constructor" property
7 PASS Headers interface: operation append(ByteString,ByteString) 7 PASS Headers interface: operation append(ByteString,ByteString)
8 PASS Headers interface: operation delete(ByteString) 8 PASS Headers interface: operation delete(ByteString)
9 PASS Headers interface: operation get(ByteString) 9 PASS Headers interface: operation get(ByteString)
10 PASS Headers interface: operation has(ByteString) 10 PASS Headers interface: operation has(ByteString)
11 PASS Headers interface: operation set(ByteString,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 " " 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] }" 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() 14 PASS Headers interface: operation entries()
15 PASS Headers interface: operation keys() 15 PASS Headers interface: operation keys()
16 PASS Headers interface: operation values() 16 PASS Headers interface: operation values()
17 PASS Headers interface: operation forEach(function,any) 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) 18 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 19 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) 20 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 21 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) 22 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 23 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) 24 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 25 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) 26 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 27 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) 28 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) 29 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) 30 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) 31 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 32 PASS Headers interface: calling forEach(function,any) on new Headers() with too few arguments must throw TypeError
35 Harness: the test ran to completion. 33 Harness: the test ran to completion.
36 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698