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

16 lines
No EOL
335 B
HTML

<!DOCTYPE html>
<meta charset="UTF-8">
<style>
body {
font-size: 3em;
font-weight: bolder;
}
#affected1 {
color: red;
}
#affected2 {
color: green;
}
</style>
<body><span id="affected1">This should have 'highlight1' style (red).</span><span id="affected2">This should have 'highlight2' style (green).</span>