blob: 85cf91cc1bcc3ca109468575348e4969ceab17dc [file] [log] [blame]
<!DOCTYPE html>
<!--
@WIN-DENY:*
@WIN-ALLOW:EVENT_OBJECT_VALUECHANGE*
@MAC-DENY:AXLayoutComplete*
-->
<html>
<body>
<div id="spinbutton" role="spinbutton" aria-valuenow="1">
</div>
<script>
function go() {
document.getElementById('spinbutton').setAttribute('aria-valuenow', '2');
}
</script>
</body>
</html>