mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:57:45 +00:00
LibWeb: Hide input placeholder when input already has a value
This commit is contained in:
parent
df57d7ca68
commit
d025d207d9
6 changed files with 50 additions and 21 deletions
11
Tests/LibWeb/Ref/input-placeholder.html
Normal file
11
Tests/LibWeb/Ref/input-placeholder.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<link rel="match" href="reference/input-placeholder-ref.html" />
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
font: 16px 'SerenitySans';
|
||||
}
|
||||
body {
|
||||
background-color: white;
|
||||
}
|
||||
</style>
|
||||
<input value="PASS" placeholder="FAIL">
|
Loading…
Add table
Add a link
Reference in a new issue