blob: 2856d10e7b0c88d0564f33ffe7727d4f649a9bb1 [file]
<!--
@WAIT-FOR:done
-->
<select id="select1"></select>
<video>
<label for="select1"></label>
</video>
<script>
function getName() {
document.querySelector('#select1').computedName;
document.querySelector('#select1').computedRole;
document.title = 'done';
}
document.addEventListener('DOMContentLoaded', getName);
</script>