summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/t44-currentcolor-border-b-ref.html
blob: 30d6e754a1e4f305b1cb80952858a288aeb0a34d (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;
    border: medium solid green;
  }
</style>
<body>
  <p>This paragraph should have a green border.</p>
  <p>This paragraph should have a green border.</p>
</body>