Correctly render input[type="password"] value

This commit is contained in:
Niklas von Hertzen
2015-01-05 21:36:53 +02:00
parent e363f3813e
commit 498527918c
10 changed files with 107 additions and 18 deletions

View File

@ -15,6 +15,7 @@
<body>
<input type="hidden" value="THIS SHOULD NOT BE VISIBLE!" />
<input type="text" value="textbox" />
<input type="password" value="textbox" />
<input type="text" value="textbox" style="border:5px solid navy;" />
<input type="text" value="textbox" style="border:5px solid navy;height:40px;" />