Fix concept-headers-append

This commit is contained in:
2shiori17 2023-03-11 17:32:38 +09:00
parent ee1f241231
commit b5b6225850
2 changed files with 24 additions and 76 deletions

View file

@ -11,31 +11,13 @@
[Headers iterator preserves set-cookie ordering]
expected: FAIL
[Headers iterator preserves per header ordering, but sorts keys alphabetically]
expected: FAIL
[Headers iterator preserves per header ordering, but sorts keys alphabetically (and ignores value ordering)]
expected: FAIL
[Headers iterator is correctly updated with set-cookie changes]
expected: FAIL
[Headers.prototype.append works for set-cookie]
expected: FAIL
[Headers.prototype.getSetCookie with multiple headers]
expected: FAIL
[Headers.prototype.getSetCookie with two equal headers]
expected: FAIL
[Headers.prototype.getSetCookie preserves header ordering]
expected: FAIL
[Headers iterator is correctly updated with set-cookie changes #2]
expected: FAIL
[Adding Set-Cookie headers normalizes their value]
[Headers.prototype.get combines set-cookie headers in order]
expected: FAIL
@ -49,31 +31,13 @@
[Headers iterator preserves set-cookie ordering]
expected: FAIL
[Headers iterator preserves per header ordering, but sorts keys alphabetically]
expected: FAIL
[Headers iterator preserves per header ordering, but sorts keys alphabetically (and ignores value ordering)]
expected: FAIL
[Headers iterator is correctly updated with set-cookie changes]
expected: FAIL
[Headers.prototype.append works for set-cookie]
expected: FAIL
[Headers.prototype.getSetCookie with multiple headers]
expected: FAIL
[Headers.prototype.getSetCookie with two equal headers]
expected: FAIL
[Headers.prototype.getSetCookie preserves header ordering]
expected: FAIL
[Headers iterator is correctly updated with set-cookie changes #2]
expected: FAIL
[Adding Set-Cookie headers normalizes their value]
[Headers.prototype.get combines set-cookie headers in order]
expected: FAIL