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,79 @@
[fetch-destination.https.html]
[HTMLVideoElement fetches with a "video" Request.destination]
expected: FAIL
[HTMLLinkElement with rel=preload and as=video fetches with a "video" Request.destination]
expected: FAIL
[HTMLLinkElement with rel=preload and as=script fetches with a "script" Request.destination]
expected: FAIL
[HTMLLinkElement with rel=preload and as=sharedworker fetches with a "sharedworker" Request.destination]
expected: FAIL
[HTMLLinkElement with rel=preload and as=manifest fetches with a "manifest" Request.destination]
expected: FAIL
[HTMLImageElement with srcset attribute fetches with an "image" Request.destination]
expected: FAIL
[SVGImageElement fetches with an "image" Request.destination]
expected: FAIL
[HTMLAudioElement fetches with an "audio" Request.destination]
expected: FAIL
[HTMLScriptElement fetches with a "script" Request.destination]
expected: FAIL
[HTMLLinkElement with rel=preload and as=audio fetches with a "audio" Request.destination]
expected: FAIL
[HTMLImageElement with a HTMLPictureElement parent attribute fetches with an "image" Request.destination]
expected: FAIL
[HTMLLinkElement with rel=preload and as=document fetches with a "document" Request.destination]
expected: FAIL
[HTMLLinkElement with rel=stylesheet fetches with a "style" Request.destination]
expected: FAIL
[HTMLImageElement fetches with an "image" Request.destination]
expected: FAIL
[HTMLLinkElement with rel=preload and as=style fetches with a "style" Request.destination]
expected: FAIL
[XMLHttpRequest() fetches with an empty string Request.destination]
expected: FAIL
[EventSource() fetches with an empty string Request.destination]
expected: FAIL
[HTMLLinkElement with rel=preload and as=fetch fetches with an empty string Request.destination]
expected: FAIL
[HTMLLinkElement with rel=preload and as=font fetches with a "font" Request.destination]
expected: FAIL
[HTMLLinkElement with rel=preload and as=xslt fetches with a "xslt" Request.destination]
expected: FAIL
[Initialize global state]
expected: FAIL
[HTMLLinkElement with rel=preload and as=track fetches with a "track" Request.destination]
expected: FAIL
[fetch() fetches with an empty string Request.destination]
expected: FAIL
[HTMLLinkElement with rel=preload and as=image fetches with a "image" Request.destination]
expected: FAIL
[AudioWorklet module fetches with a "audioworklet" Request.destination]
expected: FAIL
[HTMLLinkElement with rel=preload and as=worker fetches with a "worker" Request.destination]
expected: FAIL

View file

@ -0,0 +1,9 @@
[forbidden-method.any.sharedworker.html]
expected: ERROR
[forbidden-method.any.serviceworker.html]
expected: ERROR
[forbidden-method.any.worker.html]
[forbidden-method.any.html]

View file

@ -0,0 +1,137 @@
[request-bad-port.any.serviceworker.html]
expected: ERROR
[request-bad-port.any.html]
expected: TIMEOUT
[Request on bad port 6697 should throw TypeError.]
expected: NOTRUN
[Request on bad port 3659 should throw TypeError.]
expected: NOTRUN
[Request on bad port 4045 should throw TypeError.]
expected: NOTRUN
[Request on bad port 1720 should throw TypeError.]
expected: NOTRUN
[Request on bad port 6665 should throw TypeError.]
expected: NOTRUN
[Request on bad port 6000 should throw TypeError.]
expected: NOTRUN
[Request on bad port 1723 should throw TypeError.]
expected: NOTRUN
[Request on bad port 6666 should throw TypeError.]
expected: NOTRUN
[Request on bad port 6667 should throw TypeError.]
expected: NOTRUN
[Request on bad port 6668 should throw TypeError.]
expected: NOTRUN
[Request on bad port 6669 should throw TypeError.]
expected: NOTRUN
[Request on bad port 2049 should throw TypeError.]
expected: NOTRUN
[Request on bad port 5061 should throw TypeError.]
expected: NOTRUN
[Request on bad port 5060 should throw TypeError.]
expected: NOTRUN
[Request on bad port 989 should throw TypeError.]
expected: TIMEOUT
[Request on bad port 990 should throw TypeError.]
expected: NOTRUN
[Request on bad port 993 should throw TypeError.]
expected: NOTRUN
[Request on bad port 995 should throw TypeError.]
expected: NOTRUN
[Request on bad port 1719 should throw TypeError.]
expected: NOTRUN
[Request on bad port 6566 should throw TypeError.]
expected: NOTRUN
[Request on bad port 10080 should throw TypeError.]
expected: NOTRUN
[request-bad-port.any.worker.html]
expected: TIMEOUT
[Request on bad port 6697 should throw TypeError.]
expected: NOTRUN
[Request on bad port 3659 should throw TypeError.]
expected: NOTRUN
[Request on bad port 4045 should throw TypeError.]
expected: NOTRUN
[Request on bad port 1720 should throw TypeError.]
expected: NOTRUN
[Request on bad port 6665 should throw TypeError.]
expected: NOTRUN
[Request on bad port 6000 should throw TypeError.]
expected: NOTRUN
[Request on bad port 1723 should throw TypeError.]
expected: NOTRUN
[Request on bad port 6666 should throw TypeError.]
expected: NOTRUN
[Request on bad port 6667 should throw TypeError.]
expected: NOTRUN
[Request on bad port 6668 should throw TypeError.]
expected: NOTRUN
[Request on bad port 6669 should throw TypeError.]
expected: NOTRUN
[Request on bad port 2049 should throw TypeError.]
expected: NOTRUN
[Request on bad port 5061 should throw TypeError.]
expected: NOTRUN
[Request on bad port 5060 should throw TypeError.]
expected: NOTRUN
[Request on bad port 989 should throw TypeError.]
expected: TIMEOUT
[Request on bad port 990 should throw TypeError.]
expected: NOTRUN
[Request on bad port 993 should throw TypeError.]
expected: NOTRUN
[Request on bad port 995 should throw TypeError.]
expected: NOTRUN
[Request on bad port 1719 should throw TypeError.]
expected: NOTRUN
[Request on bad port 6566 should throw TypeError.]
expected: NOTRUN
[Request on bad port 10080 should throw TypeError.]
expected: NOTRUN
[request-bad-port.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,9 @@
[request-cache-default-conditional.any.sharedworker.html]
expected: ERROR
[request-cache-default-conditional.any.html]
[request-cache-default-conditional.any.serviceworker.html]
expected: ERROR
[request-cache-default-conditional.any.worker.html]

View file

@ -0,0 +1,9 @@
[request-cache-default.any.worker.html]
[request-cache-default.any.serviceworker.html]
expected: ERROR
[request-cache-default.any.html]
[request-cache-default.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,9 @@
[request-cache-force-cache.any.sharedworker.html]
expected: ERROR
[request-cache-force-cache.any.html]
[request-cache-force-cache.any.serviceworker.html]
expected: ERROR
[request-cache-force-cache.any.worker.html]

View file

@ -0,0 +1,9 @@
[request-cache-no-cache.any.serviceworker.html]
expected: ERROR
[request-cache-no-cache.any.sharedworker.html]
expected: ERROR
[request-cache-no-cache.any.worker.html]
[request-cache-no-cache.any.html]

View file

@ -0,0 +1,9 @@
[request-cache-no-store.any.sharedworker.html]
expected: ERROR
[request-cache-no-store.any.worker.html]
[request-cache-no-store.any.html]
[request-cache-no-store.any.serviceworker.html]
expected: ERROR

View file

@ -0,0 +1,6 @@
[request-cache-only-if-cached.any.worker.html]
[request-cache-only-if-cached.any.sharedworker.html]
expected: ERROR
[request-cache-only-if-cached.any.html]

View file

@ -0,0 +1,9 @@
[request-cache-reload.any.html]
[request-cache-reload.any.serviceworker.html]
expected: ERROR
[request-cache-reload.any.sharedworker.html]
expected: ERROR
[request-cache-reload.any.worker.html]

View file

@ -0,0 +1,15 @@
[request-consume-empty.any.sharedworker.html]
expected: ERROR
[request-consume-empty.any.worker.html]
[Consume empty FormData request body as text]
expected: FAIL
[request-consume-empty.any.serviceworker.html]
expected: ERROR
[request-consume-empty.any.html]
[Consume empty FormData request body as text]
expected: FAIL

View file

@ -0,0 +1,15 @@
[request-consume.any.html]
[Consume FormData request's body as FormData]
expected: FAIL
[request-consume.any.worker.html]
[Consume FormData request's body as FormData]
expected: FAIL
[request-consume.any.serviceworker.html]
expected: ERROR
[request-consume.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,33 @@
[request-disturbed.any.worker.html]
[Input request used for creating new request became disturbed even if body is not used]
expected: FAIL
[Check creating a new request with a new body from a disturbed request]
expected: FAIL
[Request construction failure should not set "bodyUsed"]
expected: FAIL
[Input request used for creating new request became disturbed]
expected: FAIL
[request-disturbed.any.serviceworker.html]
expected: ERROR
[request-disturbed.any.html]
[Input request used for creating new request became disturbed even if body is not used]
expected: FAIL
[Check creating a new request with a new body from a disturbed request]
expected: FAIL
[Request construction failure should not set "bodyUsed"]
expected: FAIL
[Input request used for creating new request became disturbed]
expected: FAIL
[request-disturbed.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,9 @@
[request-error.any.worker.html]
[request-error.any.serviceworker.html]
expected: ERROR
[request-error.any.html]
[request-error.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,21 @@
[request-headers.any.html]
[Adding invalid request header "Set-Cookie: KO"]
expected: FAIL
[Adding invalid request header "Access-Control-Request-Private-Network: KO"]
expected: FAIL
[request-headers.any.worker.html]
[Adding invalid request header "Set-Cookie: KO"]
expected: FAIL
[Adding invalid request header "Access-Control-Request-Private-Network: KO"]
expected: FAIL
[request-headers.any.serviceworker.html]
expected: ERROR
[request-headers.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,9 @@
[request-init-002.any.worker.html]
[request-init-002.any.sharedworker.html]
expected: ERROR
[request-init-002.any.serviceworker.html]
expected: ERROR
[request-init-002.any.html]

View file

@ -0,0 +1,8 @@
[request-init-contenttype.any.worker.html]
[Default Content-Type for Request with FormData body]
expected: FAIL
[request-init-contenttype.any.html]
[Default Content-Type for Request with FormData body]
expected: FAIL

View file

@ -0,0 +1,63 @@
[request-init-stream.any.sharedworker.html]
expected: ERROR
[request-init-stream.any.worker.html]
[Constructing a Request with a Request on which body.getReader() is called]
expected: FAIL
[Constructing a Request with a Request on which body.getReader().read() is called]
expected: FAIL
[Constructing a Request with a Request on which read() and releaseLock() are called]
expected: FAIL
[It is error to omit .duplex when the body is a ReadableStream.]
expected: FAIL
[It is error to set .duplex = 'full' when the body is null.]
expected: FAIL
[It is error to set .duplex = 'full' when the body is a string.]
expected: FAIL
[It is error to set .duplex = 'full' when the body is a Uint8Array.]
expected: FAIL
[It is error to set .duplex = 'full' when the body is a Blob.]
expected: FAIL
[It is error to set .duplex = 'full' when the body is a ReadableStream.]
expected: FAIL
[request-init-stream.any.html]
[Constructing a Request with a Request on which body.getReader() is called]
expected: FAIL
[Constructing a Request with a Request on which body.getReader().read() is called]
expected: FAIL
[Constructing a Request with a Request on which read() and releaseLock() are called]
expected: FAIL
[It is error to omit .duplex when the body is a ReadableStream.]
expected: FAIL
[It is error to set .duplex = 'full' when the body is null.]
expected: FAIL
[It is error to set .duplex = 'full' when the body is a string.]
expected: FAIL
[It is error to set .duplex = 'full' when the body is a Uint8Array.]
expected: FAIL
[It is error to set .duplex = 'full' when the body is a Blob.]
expected: FAIL
[It is error to set .duplex = 'full' when the body is a ReadableStream.]
expected: FAIL
[request-init-stream.any.serviceworker.html]
expected: ERROR

View file

@ -0,0 +1,21 @@
[request-keepalive.any.sharedworker.html]
expected: ERROR
[request-keepalive.any.worker.html]
[keepalive flag with stream body]
expected: FAIL
[keepalive flag]
expected: FAIL
[request-keepalive.any.serviceworker.html]
expected: ERROR
[request-keepalive.any.html]
[keepalive flag with stream body]
expected: FAIL
[keepalive flag]
expected: FAIL

View file

@ -0,0 +1,27 @@
[request-structure.any.worker.html]
[Check isReloadNavigation attribute]
expected: FAIL
[Check isHistoryNavigation attribute]
expected: FAIL
[Check duplex attribute]
expected: FAIL
[request-structure.any.sharedworker.html]
expected: ERROR
[request-structure.any.html]
[Check isReloadNavigation attribute]
expected: FAIL
[Check isHistoryNavigation attribute]
expected: FAIL
[Check duplex attribute]
expected: FAIL
[request-structure.any.serviceworker.html]
expected: ERROR

View file

@ -0,0 +1,7 @@
[request-structure.html]
[Check isReloadNavigation attribute]
expected: FAIL
[Check isHistoryNavigation attribute]
expected: FAIL