chromium/third_party/blink/web_tests/fast/inline/inline-focus-ring-under-absolute-enclosing-relative-div.html

<!DOCTYPE html>
<div style="position: absolute">
  <span style="outline: auto">
    <div style="position: relative; width: 100px; height: 100px"></div>
  </span>
</div>