summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-painting-inheritance-003-ref.html
blob: cdab7615e4c5fe3f419c2b225bb6e4f7ee7d5f76 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<meta charset="UTF-8">
<style>
  div {
    color: #00000080;
  }
</style>
<body>
<div>foobar</div>
</body>