summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-painting-invalidation-007-ref.html
blob: 88f3d0f3d65cf46cc56fae34166d6c38db170eb2 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<meta charset="utf-8">
<style>
    .highlighted {
      background: blue;
    }
</style>
<body>
    <span class="highlighted">Hello</span>
</body>