summaryrefslogtreecommitdiffstats
path: root/dom/manifest/test/test_ManifestProcessor_theme_color.html
blob: c73832748dd03b44a0895be851936d15cf42019d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=1195018
-->
<head>
  <meta charset="utf-8">
  <title>Test for Bug 1195018</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
  <script src="common.js"></script>
  <script>
/**
 * theme_color member
 * https://w3c.github.io/manifest/#theme_color-member
 **/
"use strict";

testValidColors("theme_color");
testInvalidColors("theme_color");
  </script>
</head>