summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/t423-transparent-2-a-ref.html
blob: d1fe6c0ddc29b179773746ebca8b38d952c00c21 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<style>
  body { background-color: black; }
  p { color: white; }
</style>
<body>
  <p>This should be the only text visible on this page.</p>
</body>