<!--
Copyright 2014 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<html>
<head>
<title>Automation Tests</title>
<style>
button {
max-width: 30;
max-height: 30;
}
</style>
</head>
<body>
<button><span id="span-in-button">Ok</span></button>
<input type="text" aria-label="Username">
<button>Cancel</button>
</body>
</html>