Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /accessibility/crashtests/aria-owns-select.html - WPT Dashboard Interop Dashboard
<script>
function go(){
setup()
}
document.addEventListener("DOMContentLoaded", () => {
document.querySelector('div').setAttribute('aria-owns','option1')
});
</script>
<div></div>
<select>
<option id="option1">