summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-painting-021-ref.html
blob: 1ec68549b8973d7b33610890689b3532c03c6f47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Highlight API Test: Highlighting thick text - Reference</title>
<link rel="author" title="Stephen Chenney" href="mailto:schenney@igalia.com">
<style>
  body {
    -webkit-text-stroke-width: 3px;
    font-size: 25px;
  }
  span {
    -webkit-text-stroke-width: 0px;
    background-color: green;
  }
</style>
<body>This<span> thick text </span>should not be highlighted</body>