Newer
Older
minerva / Tests / LibWeb / Ref / css-placeholder-shown-selector.html
@minerva minerva on 13 Jul 308 bytes Initial commit
<link rel="match" href="reference/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">