6 lines
148 B
HTML
6 lines
148 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<input type="password" value=" "><!-- even only whitespace, text frame should be created -->
|
|
</body>
|
|
</html>
|