mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Fix placeholders for password inputs
currently they show dots
This commit is contained in:
parent
9412e71460
commit
6a0ec85d43
2 changed files with 8 additions and 6 deletions
|
@ -14,6 +14,8 @@
|
|||
<div><input type="submit"><input type="reset"><div>
|
||||
<div><input id=ch type="checkbox" checked></div>
|
||||
<div><input id=unch type="checkbox"></div>
|
||||
<div><input type="text" size="30" placeholder="this is a placeholder"></div>
|
||||
<div><input type="password" size="30" placeholder="this is a password placeholder"></div>
|
||||
<script>
|
||||
document.getElementById("ch").indeterminate = true;
|
||||
document.getElementById("unch").indeterminate = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue