summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/appmanifest/icons-member/icons-member-manual.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/appmanifest/icons-member/icons-member-manual.html')
-rw-r--r--testing/web-platform/tests/appmanifest/icons-member/icons-member-manual.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/appmanifest/icons-member/icons-member-manual.html b/testing/web-platform/tests/appmanifest/icons-member/icons-member-manual.html
new file mode 100644
index 0000000000..6a9b7620ed
--- /dev/null
+++ b/testing/web-platform/tests/appmanifest/icons-member/icons-member-manual.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<title>Test that icons member is supported</title>
+<link rel="help" href="https://w3c.github.io/manifest#icons-member" />
+<link rel="manifest" href="resources/icons-member.webmanifest" />
+<script src="resources/icons-member-manual.js"></script>
+<h1>Testing support for icons member</h1>
+<p>
+ To pass, the icon should must a white check mark on a green background.
+</p>