chromium/third_party/blink/web_tests/fast/css/anonymous-block-continuation-outline.html

<!DOCTYPE html>
<!-- The span's outline should be applied to the div -->
<span style="outline: 5px solid red">ABCD
  <div>EFGH</div>
</span>