Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!DOCTYPE html>
<link rel=help href="https://crbug.com/389729368">
<link rel=match href="focus-ring-rendering-ref.html">
<style>
select {
appearance: base-select;
}
</style>
<select id="target">
<option>Option 1</option>
</select>
<script>
onload = () => target.focus();
</script>