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

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