blob: c618bff8708437dc3983abc08404ede8ceaff9d2 [file] [log] [blame]
<html>
<head>
<style>
.absolute {
position: absolute;
}
.hidden {
display: none;
}
</style>
</head>
<body>
This form comes from http://crbug.com/549149#c4.
<form method="POST" action="failed_partly_visible.html" id="failed_form">
<div class="absolute">
<div class="hidden">
<input type="submit" id="hidden_submit">
</div>
</div>
<div class="absolute">
<input type="text" id="username_failed">
<input type="password" id="password_failed">
</div>
</form>
</body>
</html>