1
0
Fork 0
firefox/testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-painting-021-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

15 lines
425 B
HTML

<!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>