summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/t31-color-currentColor-b-ref.html
blob: 3013c7050c3c6f057e295923d43c87da6c09751f (plain)
1
2
3
4
5
6
7
8
9
10
<!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>
</body>