diff options
Diffstat (limited to 'testing/web-platform/tests/appmanifest/icons-member/resources/icons-member-last-matching.webmanifest')
-rw-r--r-- | testing/web-platform/tests/appmanifest/icons-member/resources/icons-member-last-matching.webmanifest | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/tests/appmanifest/icons-member/resources/icons-member-last-matching.webmanifest b/testing/web-platform/tests/appmanifest/icons-member/resources/icons-member-last-matching.webmanifest new file mode 100644 index 0000000000..04ac33112d --- /dev/null +++ b/testing/web-platform/tests/appmanifest/icons-member/resources/icons-member-last-matching.webmanifest @@ -0,0 +1,14 @@ +{ + "name": "Icons member WPT", + "icons": [{ + "src": "fail.png", + "sizes": "256x256", + "type": "image/png" + }, { + "src": "pass.png", + "sizes": "256x256", + "type": "image/png" + }], + "start_url": "../icons-member-last-matching-manual.html", + "display": "fullscreen" +} |