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

<html>
<head>
<script>
window.onload = function() {
  document.getElementById("detached").focus();
}
</script>
</head>
<body style="background-color: green;">
<table>
<tr>
<td width=100px >This is some filler text. This is some filler text.This is some filler text. </td>
<td width=350px> The text in this anchor element <a href="#" id="detached">should <br>contain</a> 2 detached pieces. This test shows how the link would look text.</td>
</tr>
</table>
</body>
</html>