summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/relative-green-ref.html
blob: 09428a288b2caba8bdb5e3451a3042048079c2a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<meta charset=utf-8>
<link rel="author" href="mailto:chris@w3.org" title="Chris Lilley">
<style>
div {
  width: 100px;
  height: 100px;
}
div div {
  background-color: green;
}
</style>
<div>
  <div></div>
</div>