Files
ladybird/Tests/LibWeb/Ref/expected/selection-text-shadow-ref.html
2026-02-06 10:47:50 +00:00

16 lines
208 B
HTML

<!DOCTYPE html>
<style>
p {
font-size: 20px;
margin: 20px;
text-shadow: 3px 3px 0 red;
}
mark {
background-color: yellow;
}
</style>
<p>Selected text</p>
<p><mark>With background</mark></p>