summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/t424-hsl-parsing-f-ref.html
blob: 5d99a1a64e38a83ae1048054aebd7d9a8efd2e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<style>
  html, body { background: white; }
  p { color: #008000; }
</style>
<body>
  <p>This text should be dark green.</p>
  <div>Note: the rules tested by this test may be changed in
     future levels of the CSS Color Module.</div>
</body>