1
0
Fork 0
firefox/testing/web-platform/tests/css/css-highlight-api/painting/css-highlight-painting-underline-offset-001-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

12 lines
No EOL
306 B
HTML

<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>CSS Highlight API Test: ::highlight with text-underline-offset, reference</title>
<style>
#target {
text-decoration: wavy underline green 5px;
text-underline-offset: 20px;
}
</style>
<p id="target">The underline should be offset.</p>
</html>