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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/headers/headers-record-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 Passing nothing to Headers constructor
3 FAIL Passing undefined to Headers constructor Failed to construct 'Headers': No matching constructor signature.
4 PASS Passing null to Headers constructor
5 FAIL Basic operation with one property assert_equals: expected 4 but got 5
6 FAIL Basic operation with one property and a proto assert_equals: expected 4 but got 7
7 FAIL Correct operation ordering with two properties assert_equals: expected 6 bu t got 8
8 FAIL Correct operation ordering with two properties one of which has an invalid name assert_equals: expected 5 but got 8
9 FAIL Correct operation ordering with two properties one of which has an invalid value assert_equals: expected 4 but got 6
10 FAIL Correct operation ordering with non-enumerable properties assert_equals: ex pected 6 but got 7
11 FAIL Correct operation ordering with undefined descriptors assert_equals: expect ed 6 but got 7
12 FAIL Correct operation ordering with repeated keys assert_equals: expected 9 but got 10
13 Harness: the test ran to completion.
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698