chromium/third_party/blink/web_tests/external/wpt/css/css-pseudo/first-line-on-ancestor-block-ref.html

<!DOCTYPE html>
<div>
  <span style="color: green">This text should be green.</span><br>
  <span style="color: blue">This text should be blue.</span>
</div>