chromium/third_party/blink/web_tests/paint/inline/focus-ring-under-absolute-with-relative-continuation.html

<!DOCTYPE html>
There should be a 100x100 square focus ring.
<div style="position: absolute">
  <span style="outline: auto">
    <div style="position: relative; width: 100px; height: 100px"></div>
  </span>
</div>