summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-style-attr/reference/ref-white-on-green-background.html
blob: 7a92add2e46aa00ab982717fafb440091c8de08a (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>
  div { background-color: green; color: white; }
</style>
<body>
  <div>This should be white on green.</div>
</body>