Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/headers/headers-record-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/headers/headers-record-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/headers/headers-record-expected.txt |
index 26d24fc6e42c9d41b1241830ef454abe6062a186..f702de2568ed82d60054c9fa12974c580f6f2cab 100644 |
--- a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/headers/headers-record-expected.txt |
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/headers/headers-record-expected.txt |
@@ -1,14 +1,14 @@ |
This is a testharness.js-based test. |
PASS Passing nothing to Headers constructor |
-FAIL Passing undefined to Headers constructor Failed to construct 'Headers': No matching constructor signature. |
+PASS Passing undefined to Headers constructor |
PASS Passing null to Headers constructor |
-FAIL Basic operation with one property assert_equals: expected 4 but got 5 |
-FAIL Basic operation with one property and a proto assert_equals: expected 4 but got 7 |
-FAIL Correct operation ordering with two properties assert_equals: expected 6 but got 8 |
-FAIL Correct operation ordering with two properties one of which has an invalid name assert_equals: expected 5 but got 8 |
-FAIL Correct operation ordering with two properties one of which has an invalid value assert_equals: expected 4 but got 6 |
-FAIL Correct operation ordering with non-enumerable properties assert_equals: expected 6 but got 7 |
-FAIL Correct operation ordering with undefined descriptors assert_equals: expected 6 but got 7 |
-FAIL Correct operation ordering with repeated keys assert_equals: expected 9 but got 10 |
+FAIL Basic operation with one property assert_equals: expected 4 but got 3 |
+FAIL Basic operation with one property and a proto assert_equals: expected 4 but got 3 |
+FAIL Correct operation ordering with two properties assert_equals: expected 6 but got 5 |
+FAIL Correct operation ordering with two properties one of which has an invalid name assert_equals: expected 5 but got 4 |
+FAIL Correct operation ordering with two properties one of which has an invalid value assert_equals: expected 4 but got 3 |
+FAIL Correct operation ordering with non-enumerable properties assert_equals: expected 6 but got 5 |
+FAIL Correct operation ordering with undefined descriptors assert_equals: expected 6 but got 5 |
+FAIL Correct operation ordering with repeated keys assert_equals: expected 9 but got 8 |
Harness: the test ran to completion. |