mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Rename metadata directories
This renames: - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout` - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta` - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout` - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
This commit is contained in:
parent
cfd24f00bc
commit
f4578afdfe
23708 changed files with 772645 additions and 694 deletions
|
@ -0,0 +1,15 @@
|
|||
[api-and-duplicate-headers.any.html]
|
||||
[fetch() and duplicate Content-Length/Content-Type headers]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest and duplicate Content-Length/Content-Type headers]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[api-and-duplicate-headers.any.worker.html]
|
||||
[fetch() and duplicate Content-Length/Content-Type headers]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest and duplicate Content-Length/Content-Type headers]
|
||||
expected: FAIL
|
||||
|
84
tests/wpt/meta/fetch/content-length/parsing.window.js.ini
Normal file
84
tests/wpt/meta/fetch/content-length/parsing.window.js.ini
Normal file
|
@ -0,0 +1,84 @@
|
|||
[parsing.window.html]
|
||||
[Content-Length%3A%2042%2C42]
|
||||
expected: FAIL
|
||||
|
||||
[Content-Length%3A%2042%0D%0AContent-Length%3A%2042%2C42]
|
||||
expected: FAIL
|
||||
|
||||
[Content-Length%3A%2030%2C30]
|
||||
expected: FAIL
|
||||
|
||||
[Content-Length%3A%2030%0D%0AContent-Length%3A%2030%2C30]
|
||||
expected: FAIL
|
||||
|
||||
[Content-Length%3A%20aaaah%0D%0AContent-Length%3A%20aaaah]
|
||||
expected: FAIL
|
||||
|
||||
[Content-Length%3A%20aaaah%2C%20aaaah]
|
||||
expected: FAIL
|
||||
|
||||
[Content-Length%3A%20aaaah]
|
||||
expected: FAIL
|
||||
|
||||
[Content-Length%3A%2042s]
|
||||
expected: FAIL
|
||||
|
||||
[Content-Length%3A%2030s]
|
||||
expected: FAIL
|
||||
|
||||
[Content-Length%3A%20-1]
|
||||
expected: FAIL
|
||||
|
||||
[Content-Length%3A%200x20]
|
||||
expected: FAIL
|
||||
|
||||
[Content-Length%3A%20030%0D%0AContent-Length%3A%2030]
|
||||
expected: FAIL
|
||||
|
||||
[Content-Length%3A%20%2230%22]
|
||||
expected: FAIL
|
||||
|
||||
[Content-Length%3A%20]
|
||||
expected: FAIL
|
||||
|
||||
[Input: "Content-Length: 030, 30". Expected: network error.]
|
||||
expected: FAIL
|
||||
|
||||
[Input: "Content-Length: 030,30". Expected: network error.]
|
||||
expected: FAIL
|
||||
|
||||
[Input: "Content-Length: aaaah\\r\\nContent-Length: aaaah". Expected: 42.]
|
||||
expected: FAIL
|
||||
|
||||
[Input: "Content-Length: aaaah, aaaah". Expected: 42.]
|
||||
expected: FAIL
|
||||
|
||||
[Input: "Content-Length: aaaah". Expected: 42.]
|
||||
expected: FAIL
|
||||
|
||||
[Input: "Content-Length: 42s". Expected: 42.]
|
||||
expected: FAIL
|
||||
|
||||
[Input: "Content-Length: 30s". Expected: 42.]
|
||||
expected: FAIL
|
||||
|
||||
[Input: "Content-Length: -1". Expected: 42.]
|
||||
expected: FAIL
|
||||
|
||||
[Input: "Content-Length: 0x20". Expected: 42.]
|
||||
expected: FAIL
|
||||
|
||||
[Input: "Content-Length: 030\\r\\nContent-Length: 30". Expected: network error.]
|
||||
expected: FAIL
|
||||
|
||||
[Input: "Content-Length: \\"30\\"". Expected: 42.]
|
||||
expected: FAIL
|
||||
|
||||
[Input: "Content-Length: ". Expected: 42.]
|
||||
expected: FAIL
|
||||
|
||||
[Input: "Content-Length: 42\\r\\nContent-Length: 42". Expected: 42.]
|
||||
expected: FAIL
|
||||
|
||||
[Input: "Content-Length: 30". Expected: 30.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[too-long.window.html]
|
||||
[Content-Length header value of network response exceeds response body]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue