mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-23 17:33:12 +00:00
10 lines
272 B
HTML
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">
|