https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 858dccf8a31476e97a978c4a433eb1766270ae8e authored by Anne van Kesteren on 15 October 2018, 09:37:30 UTC
no hex or oct digits
Tip revision: 858dccf
t44-currentcolor-border-b-ref.html
<!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>
back to top