summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-highlight-api/painting/invalidation/css-highlight-invalidation-001-ref.html
blob: a5ec6a59ae0be99bfcefeca724445544bd6228f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Highlight API Test: ::highlight dynamic remove text decoration - reference</title>
<style>
  #upper {
    text-decoration: wavy underline overline green 5px;
    text-underline-offset: 20px;
  }
  div {
    border: solid 1px black;
    padding: 50px;
  }
</style>
<div id="upper">This line starts with under/over lines that remain.</div>
<div id="lower">This line starts with under/over lines that are removed.</div>
</html>