chromium/third_party/blink/web_tests/fast/css-generated-content/block-inside-inline.html

<!DOCTYPE html>

<style>
span:before {
  display: block;
  content: "Should be on it's own line, ";
}
</style>

<span>and this too.</span>