mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-15 21:41:58 +00:00
11 lines
326 B
HTML
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">
|