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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-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 Response interface: existence and properties of interface object 2 PASS Response interface: existence and properties of interface object
3 PASS Response interface object length 3 PASS Response interface object length
4 PASS Response interface object name 4 PASS Response interface object name
5 PASS Response interface: existence and properties of interface prototype object 5 PASS Response interface: existence and properties of interface prototype object
6 PASS Response interface: existence and properties of interface prototype object' s "constructor" property 6 PASS Response interface: existence and properties of interface prototype object' s "constructor" property
7 PASS Response interface: operation error() 7 PASS Response interface: operation error()
8 PASS Response interface: operation redirect(USVString,unsigned short) 8 PASS Response interface: operation redirect(USVString,unsigned short)
9 PASS Response interface: attribute type 9 PASS Response interface: attribute type
10 PASS Response interface: attribute url 10 PASS Response interface: attribute url
11 PASS Response interface: attribute status 11 PASS Response interface: attribute status
12 PASS Response interface: attribute ok 12 PASS Response interface: attribute ok
13 PASS Response interface: attribute statusText 13 PASS Response interface: attribute statusText
14 PASS Response interface: attribute headers 14 PASS Response interface: attribute headers
15 FAIL Response interface: attribute trailer assert_true: The prototype object mus t have a property "trailer" expected true got false 15 FAIL Response interface: attribute trailer assert_true: The prototype object mus t have a property "trailer" expected true got false
16 PASS Response interface: operation clone() 16 PASS Response interface: operation clone()
17 PASS Response interface: attribute body 17 PASS Response interface: attribute body
18 PASS Response interface: attribute bodyUsed 18 PASS Response interface: attribute bodyUsed
19 PASS Response interface: operation arrayBuffer() 19 PASS Response interface: operation arrayBuffer()
20 PASS Response interface: operation blob() 20 PASS Response interface: operation blob()
21 FAIL Response interface: operation formData() assert_own_property: interface pro totype object missing non-static operation expected property "formData" missing 21 FAIL Response interface: operation formData() assert_own_property: interface pro totype object missing non-static operation expected property "formData" missing
22 PASS Response interface: operation json() 22 PASS Response interface: operation json()
23 PASS Response interface: operation text() 23 PASS Response interface: operation text()
24 PASS Response must be primary interface of new Response()
25 PASS Stringification of new Response()
26 PASS Response interface: new Response() must inherit property "error" with the p roper type (0) 24 PASS Response interface: new Response() must inherit property "error" with the p roper type (0)
27 PASS Response interface: new Response() must inherit property "redirect" with th e proper type (1) 25 PASS Response interface: new Response() must inherit property "redirect" with th e proper type (1)
28 PASS Response interface: calling redirect(USVString,unsigned short) on new Respo nse() with too few arguments must throw TypeError 26 PASS Response interface: calling redirect(USVString,unsigned short) on new Respo nse() with too few arguments must throw TypeError
29 PASS Response interface: new Response() must inherit property "type" with the pr oper type (2) 27 PASS Response interface: new Response() must inherit property "type" with the pr oper type (2)
30 PASS Response interface: new Response() must inherit property "url" with the pro per type (3) 28 PASS Response interface: new Response() must inherit property "url" with the pro per type (3)
31 PASS Response interface: new Response() must inherit property "status" with the proper type (4) 29 PASS Response interface: new Response() must inherit property "status" with the proper type (4)
32 PASS Response interface: new Response() must inherit property "ok" with the prop er type (5) 30 PASS Response interface: new Response() must inherit property "ok" with the prop er type (5)
33 PASS Response interface: new Response() must inherit property "statusText" with the proper type (6) 31 PASS Response interface: new Response() must inherit property "statusText" with the proper type (6)
34 PASS Response interface: new Response() must inherit property "headers" with the proper type (7) 32 PASS Response interface: new Response() must inherit property "headers" with the proper type (7)
35 FAIL Response interface: new Response() must inherit property "trailer" with the proper type (8) assert_inherits: property "trailer" not found in prototype chai n 33 FAIL Response interface: new Response() must inherit property "trailer" with the proper type (8) assert_inherits: property "trailer" not found in prototype chai n
36 PASS Response interface: new Response() must inherit property "clone" with the p roper type (9) 34 PASS Response interface: new Response() must inherit property "clone" with the p roper type (9)
37 PASS Response interface: new Response() must inherit property "body" with the pr oper type (10) 35 PASS Response interface: new Response() must inherit property "body" with the pr oper type (10)
38 PASS Response interface: new Response() must inherit property "bodyUsed" with th e proper type (11) 36 PASS Response interface: new Response() must inherit property "bodyUsed" with th e proper type (11)
39 PASS Response interface: new Response() must inherit property "arrayBuffer" with the proper type (12) 37 PASS Response interface: new Response() must inherit property "arrayBuffer" with the proper type (12)
40 PASS Response interface: new Response() must inherit property "blob" with the pr oper type (13) 38 PASS Response interface: new Response() must inherit property "blob" with the pr oper type (13)
41 FAIL Response interface: new Response() must inherit property "formData" with th e proper type (14) assert_inherits: property "formData" not found in prototype c hain 39 FAIL Response interface: new Response() must inherit property "formData" with th e proper type (14) assert_inherits: property "formData" not found in prototype c hain
42 PASS Response interface: new Response() must inherit property "json" with the pr oper type (15) 40 PASS Response interface: new Response() must inherit property "json" with the pr oper type (15)
43 PASS Response interface: new Response() must inherit property "text" with the pr oper type (16) 41 PASS Response interface: new Response() must inherit property "text" with the pr oper type (16)
44 Harness: the test ran to completion. 42 Harness: the test ran to completion.
45 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698