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

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

Issue 2691513002: Fetch: Make Headers' constructor match the current spec IDL. (Closed)
Patch Set: Rebase again 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/fetch/api/headers/headers-record-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Create headers from no parameter 2 PASS Create headers from no parameter
3 FAIL Create headers from undefined parameter Failed to construct 'Headers': No m atching constructor signature. 3 PASS Create headers from undefined parameter
4 PASS Create headers from empty object 4 PASS Create headers from empty object
5 PASS Create headers with null should throw 5 PASS Create headers with null should throw
6 PASS Create headers with 1 should throw 6 PASS Create headers with 1 should throw
7 PASS Create headers with sequence 7 PASS Create headers with sequence
8 PASS Create headers with record 8 PASS Create headers with record
9 PASS Create headers with existing headers 9 PASS Create headers with existing headers
10 FAIL Create headers with existing headers with custom iterator assert_equals: ex pected (string) "test" but got (object) null 10 FAIL Create headers with existing headers with custom iterator assert_equals: ex pected (string) "test" but got (object) null
11 PASS Check append method 11 PASS Check append method
12 PASS Check set method 12 PASS Check set method
13 PASS Check has method 13 PASS Check has method
14 PASS Check delete method 14 PASS Check delete method
15 PASS Check get method 15 PASS Check get method
16 PASS Check keys method 16 PASS Check keys method
17 PASS Check values method 17 PASS Check values method
18 PASS Check entries method 18 PASS Check entries method
19 PASS Check Symbol.iterator method 19 PASS Check Symbol.iterator method
20 PASS Check forEach method 20 PASS Check forEach method
21 Harness: the test ran to completion. 21 Harness: the test ran to completion.
22 22
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/fetch/api/headers/headers-record-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698