ladybird/Tests/LibWeb/Ref/input/css-placeholder-shown-selector.html

12 lines
326 B
HTML
Raw Normal View History

2025-03-18 19:29:54 +01:00
<!DOCTYPE html>
<link rel="match" href="../expected/css-placeholder-shown-selector-ref.html" />
<style>
:placeholder-shown {
background-color: yellow;
}
</style>
<input type="text" placeholder="hi">
<input type="text" placeholder="hi" value="I like turtles">
<input type="text">
<input type="text" value="I like turtles">