mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +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,24 @@
|
|||
[access-control-expose-headers-parsing.window.html]
|
||||
[Parsing: Access-Control-Expose-Headers%3A%20bb-8%2C%2C%40%23%24%23%25%25%26%5E%26%5E*()()11!]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: Access-Control-Expose-Headers%3A%20bb-8%2C%20no%20no]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: Access-Control-Expose-Headers%3A%20%40%23%24%23%25%25%26%5E%26%5E*()()11!%2Cbb-8]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: Access-Control-Expose-Headers%3A%20bb-8%0D%0AAccess-Control-Expose-Headers%3A%20no%20no]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: Access-Control-Expose-Headers%3A%20bb-8%0C]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: Access-Control-Expose-Headers%3A%20bb-8%0B]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: Access-Control-Expose-Headers%3A%20bb-8%0B%2Cbb-8]
|
||||
expected: FAIL
|
||||
|
||||
[Parsing: Access-Control-Expose-Headers%3A%20%22bb-8%22%2Cbb-8]
|
||||
expected: FAIL
|
10
tests/wpt/meta/cors/basic.htm.ini
Normal file
10
tests/wpt/meta/cors/basic.htm.ini
Normal file
|
@ -0,0 +1,10 @@
|
|||
[basic.htm]
|
||||
[Cross domain basic usage, origin: echo]
|
||||
expected: FAIL
|
||||
|
||||
[Cross domain different port, origin: echo]
|
||||
expected: FAIL
|
||||
|
||||
[Cross domain different protocol, origin: echo]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
[cors-safelisted-request-header.any.html]
|
||||
[No preflight for {"content-type":"text/plain;garbage"}]
|
||||
expected: FAIL
|
||||
|
||||
[Preflight for {"content-type":"text/plain;garbage\\u0001\\u0002"}]
|
||||
expected: FAIL
|
||||
|
||||
[Preflight for {"content-type":"text/plain\\u000b"}]
|
||||
expected: FAIL
|
||||
|
||||
[Preflight for {"content-type":"text/plain\\f"}]
|
||||
expected: FAIL
|
||||
|
||||
[Preflight for {"content-type":"application/x-www-form-urlencoded;"}]
|
||||
expected: FAIL
|
||||
|
||||
[No preflight for {"range":"bytes=100-200"}]
|
||||
expected: FAIL
|
||||
|
||||
[No preflight for {"range":"bytes=200-"}]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cors-safelisted-request-header.any.worker.html]
|
||||
[No preflight for {"content-type":"text/plain;garbage"}]
|
||||
expected: FAIL
|
||||
|
||||
[Preflight for {"content-type":"text/plain;garbage\\u0001\\u0002"}]
|
||||
expected: FAIL
|
||||
|
||||
[Preflight for {"content-type":"text/plain\\u000b"}]
|
||||
expected: FAIL
|
||||
|
||||
[Preflight for {"content-type":"text/plain\\f"}]
|
||||
expected: FAIL
|
||||
|
||||
[Preflight for {"content-type":"application/x-www-form-urlencoded;"}]
|
||||
expected: FAIL
|
||||
|
||||
[No preflight for {"range":"bytes=100-200"}]
|
||||
expected: FAIL
|
||||
|
||||
[No preflight for {"range":"bytes=200-"}]
|
||||
expected: FAIL
|
4
tests/wpt/meta/cors/response-headers.htm.ini
Normal file
4
tests/wpt/meta/cors/response-headers.htm.ini
Normal file
|
@ -0,0 +1,4 @@
|
|||
[response-headers.htm]
|
||||
[getResponseHeader: Content-Length: readable by default]
|
||||
expected: FAIL
|
||||
|
9
tests/wpt/meta/cors/simple-requests-ch.tentative.htm.ini
Normal file
9
tests/wpt/meta/cors/simple-requests-ch.tentative.htm.ini
Normal file
|
@ -0,0 +1,9 @@
|
|||
[simple-requests-ch.tentative.htm]
|
||||
[No preflight GET and {"save-data":"on","device-memory":"2.0","dpr":"3.0","width":"1200","viewport-width":"1300","rtt":"1","downlink":"1.0","ect":"2g"}]
|
||||
expected: FAIL
|
||||
|
||||
[No preflight HEAD and {"save-data":"on","device-memory":"2.0","dpr":"3.0","width":"1200","viewport-width":"1300","rtt":"1","downlink":"1.0","ect":"2g"}]
|
||||
expected: FAIL
|
||||
|
||||
[No preflight POST and {"save-data":"on","device-memory":"2.0","dpr":"3.0","width":"1200","viewport-width":"1300","rtt":"1","downlink":"1.0","ect":"2g"}]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue