https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 83cf6fd6fbbb64545931116254f05f954c7452e4 authored by Darren Shen on 10 April 2018, 13:25:59 UTC
[css-typed-om] Add support for fill & stroke properties.
Tip revision: 83cf6fd
t422-rgba-a1.0-a-ref.html
<!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; }
</style>
<body>
  <p>This text should be the same color (black) as the line below.</p>
  <p>This text should be the same color (black) as the line above.</p>
</body>
back to top