chromium/third_party/blink/web_tests/fast/forms/focus-rect/focus-ring-border-radius.html

<html>
<head>
<script>
window.onload = function() {
  document.getElementById("input").focus();
}
</script>
</head>
<body style="background-color: green;">
<input id="input" type="text" style="border-radius: 40px;"/>
</body>
</head>
</html>