blob: b787d8df4005f4170c37d7033102dbbeaca6e7e5 [file] [log] [blame]
This is a testharness.js-based test.
PASS Initialize global state
PASS HTMLImageElement fetches with an "image" Request.destination
PASS HTMLImageElement with srcset attribute fetches with an "image" Request.destination
PASS HTMLImageElement with a HTMLPictureElement parent attribute fetches with an "image" Request.destination
PASS SVGImageElement fetches with an "image" Request.destination
PASS fetch() fetches with an empty string Request.destination
PASS XMLHttpRequest() fetches with an empty string Request.destination
PASS EventSource() fetches with an empty string Request.destination
FAIL HTMLAudioElement fetches with an "audio" Request.destination assert_unreached: Fetch errored. Reached unreachable code
PASS HTMLVideoElement fetches with a "video" Request.destination
PASS HTMLScriptElement fetches with a "script" Request.destination
PASS HTMLLinkElement with rel=stylesheet fetches with a "style" Request.destination
PASS HTMLLinkElement with rel=preload and as=fetch fetches with an empty string Request.destination
PASS HTMLLinkElement with rel=preload and as=style fetches with a "style" Request.destination
PASS HTMLLinkElement with rel=preload and as=script fetches with a "script" Request.destination
PASS HTMLLinkElement with rel=preload and as=font fetches with a "font" Request.destination
PASS HTMLLinkElement with rel=preload and as=image fetches with a "image" Request.destination
FAIL HTMLLinkElement with rel=preload and as=audio fetches with a "audio" Request.destination assert_unreached: Fetch errored. Reached unreachable code
PASS HTMLLinkElement with rel=preload and as=video fetches with a "video" Request.destination
PASS HTMLLinkElement with rel=preload and as=track fetches with a "track" Request.destination
PASS HTMLLinkElement with rel=preload and as=document fetches with a "document" Request.destination
PASS HTMLLinkElement with rel=preload and as=worker fetches with a "worker" Request.destination
PASS HTMLLinkElement with rel=preload and as=sharedworker fetches with a "sharedworker" Request.destination
PASS HTMLLinkElement with rel=preload and as=xslt fetches with a "xslt" Request.destination
PASS HTMLLinkElement with rel=preload and as=manifest fetches with a "manifest" Request.destination
Harness: the test ran to completion.