Files
ladybird/Tests/LibWeb/Ref/expected/selection-in-inline-element-ref.html

15 lines
194 B
HTML

<!DOCTYPE html>
<style>
p {
font-size: 20px;
line-height: 1.5;
margin: 10px 0;
}
.selected {
background-color: red;
}
</style>
<p><span class="selected">Hello World</span></p>