chromium/third_party/blink/web_tests/paint/invalidation/first-line-with-first-letter-expected.html

<!DOCTYPE html>
<style>
  div::first-letter { color: white }
  div::first-line { background: green }
</style>
<div>
  First letter should be white, and the first line should have a green
  background.
</div>