mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
script: dont unwrap in header set (#32973)
Signed-off-by: tobinio <tobias.frischmann1@gmail.com>
This commit is contained in:
parent
b8cf0cf9af
commit
8fab6911d1
2 changed files with 32 additions and 6 deletions
|
@ -1,11 +1,27 @@
|
|||
[headers-normalize.any.worker.html]
|
||||
expected: CRASH
|
||||
[Create headers with not normalized values]
|
||||
expected: FAIL
|
||||
|
||||
[Check append method with not normalized values]
|
||||
expected: FAIL
|
||||
|
||||
[Check set method with not normalized values]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[headers-normalize.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[headers-normalize.any.html]
|
||||
expected: CRASH
|
||||
[Create headers with not normalized values]
|
||||
expected: FAIL
|
||||
|
||||
[Check append method with not normalized values]
|
||||
expected: FAIL
|
||||
|
||||
[Check set method with not normalized values]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[headers-normalize.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue