mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
* Update web-platform-tests to revision b'46476776fdbf0a62522621002ba8af68e4d478b6' * wpt import: update expectation Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
87 lines
2.9 KiB
INI
Vendored
87 lines
2.9 KiB
INI
Vendored
[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
|
|
|
|
[Import declaration with `type: "css"` fetches with a "style" Request.destination]
|
|
expected: FAIL
|
|
|
|
[Import declaration with `type: "json"` fetches with a "json" Request.destination]
|
|
expected: FAIL
|
|
|
|
[HTMLLinkElement with rel=preload and as=json fetches with a "json" Request.destination]
|
|
expected: FAIL
|