summaryrefslogtreecommitdiffstats
path: root/dom/manifest/test/test_ManifestProcessor_background_color.html
blob: 38073b8e4f9bab9e9f2ca3518d1520a432c5700f (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>
/**
 * background_color member
 * https://w3c.github.io/manifest/#background_color-member
 **/
"use strict";

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