mirror of
https://github.com/servo/servo.git
synced 2025-09-10 23:18:20 +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,3 @@
|
|||
[eventsource-close.window.html]
|
||||
[EventSource: close(), test events]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[eventsource-constructor-empty-url.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[eventsource-constructor-empty-url.any.html]
|
||||
|
||||
[eventsource-constructor-empty-url.any.worker.html]
|
||||
|
||||
[eventsource-constructor-empty-url.any.sharedworker.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,9 @@
|
|||
[eventsource-constructor-url-bogus.any.worker.html]
|
||||
|
||||
[eventsource-constructor-url-bogus.any.html]
|
||||
|
||||
[eventsource-constructor-url-bogus.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[eventsource-constructor-url-bogus.any.serviceworker.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,9 @@
|
|||
[eventsource-cross-origin.window.html]
|
||||
[EventSource: cross-origin allow-origin: http://example.org should fail]
|
||||
expected: FAIL
|
||||
|
||||
[EventSource: cross-origin allow-origin:'' should fail]
|
||||
expected: FAIL
|
||||
|
||||
[EventSource: cross-origin No allow-origin should fail]
|
||||
expected: FAIL
|
|
@ -0,0 +1,5 @@
|
|||
[eventsource-request-cancellation.window.any.html]
|
||||
expected: TIMEOUT
|
||||
|
||||
[eventsource-request-cancellation.window.any.worker.html]
|
||||
expected: TIMEOUT
|
8
tests/wpt/meta/eventsource/format-bom.any.js.ini
Normal file
8
tests/wpt/meta/eventsource/format-bom.any.js.ini
Normal file
|
@ -0,0 +1,8 @@
|
|||
[format-bom.any.html]
|
||||
[EventSource: BOM]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[format-bom.any.worker.html]
|
||||
[EventSource: BOM]
|
||||
expected: FAIL
|
|
@ -0,0 +1,8 @@
|
|||
[format-data-before-final-empty-line.any.html]
|
||||
[EventSource: a data before final empty line]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[format-data-before-final-empty-line.any.worker.html]
|
||||
[EventSource: a data before final empty line]
|
||||
expected: FAIL
|
|
@ -0,0 +1,5 @@
|
|||
[request-credentials.window.any.html]
|
||||
expected: TIMEOUT
|
||||
|
||||
[request-credentials.window.any.worker.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,5 @@
|
|||
[request-redirect.window.any.worker.html]
|
||||
expected: TIMEOUT
|
||||
|
||||
[request-redirect.window.any.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,21 @@
|
|||
[request-status-error.window.html]
|
||||
[EventSource: incorrect HTTP status code (204)]
|
||||
expected: FAIL
|
||||
|
||||
[EventSource: incorrect HTTP status code (205)]
|
||||
expected: FAIL
|
||||
|
||||
[EventSource: incorrect HTTP status code (210)]
|
||||
expected: FAIL
|
||||
|
||||
[EventSource: incorrect HTTP status code (299)]
|
||||
expected: FAIL
|
||||
|
||||
[EventSource: incorrect HTTP status code (404)]
|
||||
expected: FAIL
|
||||
|
||||
[EventSource: incorrect HTTP status code (410)]
|
||||
expected: FAIL
|
||||
|
||||
[EventSource: incorrect HTTP status code (503)]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue