tenfourfox/layout/reftests/bugs/542116-2-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

20 lines
371 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
input {
-moz-appearance: none;
margin: 0;
padding: 10px;
font-size: 20px;
height: 100px;
width: 100px;
border: 1px solid red;
}
</style>
</head>
<body onload="document.getElementById('i').focus()">
<input type="password" id="i">
</body>
</html>