summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/t424-hsl-basic-a-ref.html
blob: f79bc4beb3cac388bdc8c10d0169d1b41f8723f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>
</body>