1
0
Fork 0
firefox/testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-container-metrics-003-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

19 lines
432 B
HTML

<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Highlight API Test Reference</title>
<head>
<style>
.wrapper {
width: 200px;
height: 100px;
text-underline-offset: 4px;
text-decoration-line: underline;
text-decoration-color: green;
text-decoration-thickness: 4px;
}
</style>
</head>
<body>
<div class="wrapper">With container size</div>
<div>Should be no highlight</div>
</body>