summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-painting-inheritance-001-ref.html
blob: 0d5385287ca80117c3e34866b1cd1b50b04b512f (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<meta charset="UTF-8">
<style>
  span {
    background-color: green;
  }
</style>
<body>
<div>There should be only one green rectangle below from [ to ]:</div>
<div>[<span>&nbsp;&nbsp;&nbsp;<strong>&nbsp;&nbsp;&nbsp;</strong>&nbsp;&nbsp;&nbsp;</span>]</div>