blob: 0a9e6c1f15940165969e663103b2bcea542e0aca [file] [log] [blame]
<!--
@UIA-WIN-DENY:Text_TextChanged*
-->
<!DOCTYPE html>
<html>
<body>
<h1 id="a">Before</h1>
<div id="d" style="display:none">Description</div>
<script>
function go() {
document.getElementById('a').setAttribute('aria-describedby', 'd');
}
</script>
</body>
</html>