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