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:
Martin Robinson 2023-06-22 14:35:02 +02:00
parent cfd24f00bc
commit f4578afdfe
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
23708 changed files with 772645 additions and 694 deletions

View file

@ -0,0 +1,3 @@
[eventsource-close.window.html]
[EventSource: close(), test events]
expected: FAIL

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -0,0 +1,5 @@
[eventsource-request-cancellation.window.any.html]
expected: TIMEOUT
[eventsource-request-cancellation.window.any.worker.html]
expected: TIMEOUT

View file

@ -0,0 +1,8 @@
[format-bom.any.html]
[EventSource: BOM]
expected: FAIL
[format-bom.any.worker.html]
[EventSource: BOM]
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,5 @@
[request-credentials.window.any.html]
expected: TIMEOUT
[request-credentials.window.any.worker.html]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[request-redirect.window.any.worker.html]
expected: TIMEOUT
[request-redirect.window.any.html]
expected: TIMEOUT

View file

@ -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