blob: 44a26c98c20b40b2633fa7495c010f25f5f7c727 [file] [log] [blame]
<!DOCTYPE html>
<body>
<script>
enablePixelTesting = true;
</script>
<script src="../../../resources/js-test.js"></script>
<script src="../resources/common.js"></script>
<button type="reset">Reset</button>
<div id="console"></div>
<script>
description('Clicking on a form control should focus on it.');
testPassed('Focus event was dispatched.');
hoverOverElement(document.querySelector('button'));
</script>
</body>