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