Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /accessibility/crashtests/displaylocked-serialize.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<selectlist></selectlist>
<div></div>
<script>
(async () => {
const selectlist = document.querySelector('selectlist');
await getComputedAccessibleNode(document.querySelector('div'));
selectlist.style.setProperty('content-visibility', 'hidden');
})();
</script>