summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/appmanifest/icons-member/resources/icons-member-cors-fail.sub.webmanifest
blob: 24e2214365bd218697e479d7537edbe37d9e7c5d (plain)
1
2
3
4
5
6
7
8
9
10
{
    "name": "Icons member (CORS violation) WPT",
    "icons": [{
        "src": "https://{{host}}:{{ports[https][1]}}/appmanifest/icons-member/resources/fail.png",
        "sizes": "256x256",
        "type": "image/png"
    }],
    "start_url": "../icons-member-cors-fail-manual.sub.html",
    "display": "fullscreen"
}