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

11 lines
326 B
HTML

<!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">