blob: b718f719e380f1024ab078cc286773ff58cbd65c [file] [log] [blame]
<!--
@UIA-WIN-DENY:*
@UIA-WIN-ALLOW:AriaProperties*
@UIA-WIN-ALLOW:LiveRegion*
@UIA-WIN-ALLOW:LiveSetting*
-->
<!DOCTYPE html>
<html>
<body>
<p id="live">Live region</p>
<script>
function go() {
var p = document.getElementById('live');
p.setAttribute('aria-live', 'polite');
}
</script>
</body>
</html>