1
0
Fork 0
firefox/testing/web-platform/tests/css/css-pseudo/highlight-styling-004-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
505 B
HTML

<!doctype html>
<meta charset="utf-8">
<title>CSS Pseudo-Elements Reference: the light-dark() function in highlight pseudos</title>
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
<link rel="stylesheet" href="support/highlights.css">
<style>
.light {
color: green;
}
.dark {
color: blue;
}
</style>
<p>Test passes if Light is green and Dark is blue.</p>
<main class="highlight_reftest">
<p class="light">Light</p>
<p class="dark">Dark</p>
</mnain>