summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/api/request/destination/fetch-destination.https.html.ini
blob: ecd61dfa67e331a52caa62584104c3535583673c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[fetch-destination.https.html]
  expected:
    if (os == "android") and not debug: [OK, ERROR]
  [HTMLLinkElement with rel=preload and as=audio fetches with a "audio" 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=track fetches with a "track" 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