chromium/third_party/blink/web_tests/svg/custom/focus-ring-2-expected.html

<!doctype html>
<div style="width:100px; height:100px" tabindex="0"></div>
<script>
document.querySelector("div").focus();
</script>