mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Fix concept-headers-append
This commit is contained in:
parent
ee1f241231
commit
b5b6225850
2 changed files with 24 additions and 76 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue