blob: cfd1ba2e6a7e5a4b9a53fa716050ca1155e886a2 [file] [log] [blame]
<!DOCTYPE html>
<body>
<script src="../resources/common.js"></script>
<input type="radio">
<!-- A keydown event after mouse-focus should draw a focus ring. -->
<script>
eventSender.mouseMoveTo(800, 600);
clickElement(document.querySelector('input'));
eventSender.keyDown('leftShift');
</script>
</body>