chromium/third_party/blink/web_tests/external/wpt/css/css-content/pseudo-element-inline-box-ref.html

<!doctype html>
<title>CSS Test Reference</title>
<p>Should see a green image with a blue border</p>
<div>
  <span style="border: 10px solid blue">
    <img src="resources/rect.svg">
  </span>
</div>