1
0
Fork 0
firefox/testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-painting-overlapping-highlights-002-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

17 lines
No EOL
379 B
HTML

<!DOCTYPE html>
<meta charset="UTF-8">
<style>
div {
font-size: 3em;
font-weight: bolder;
}
#affected1 {
color: green;
background-color: rgb(0, 255, 0, 0.5);
}
#affected2 {
color: red;
background-color: rgba(100, 0, 100, 0.5);
}
</style>
<body><div><span id="affected1">Green on lime.</span><span id="affected2">Red on maroon.</span></div>