ladybird/Tests/LibWeb/Ref/expected/css-placeholder-shown-selector-ref.html
2025-03-20 11:50:49 +01:00

10 lines
272 B
HTML

<!DOCTYPE html>
<style>
.placeholder-shown {
background-color: yellow;
}
</style>
<input type="text" placeholder="hi" class="placeholder-shown">
<input type="text" placeholder="hi" value="I like turtles">
<input type="text">
<input type="text" value="I like turtles">