summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/button/button-reset-focus-by-mouse-expected.html
blob: 44a26c98c20b40b2633fa7495c010f25f5f7c727 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>