chromium/third_party/blink/web_tests/fast/css/whitespace-between-text-flex-expected.html

<!doctype html>
<p>
  Both lines below should look the same:
</p>
<div style="display: flex">A B</div>
<div style="display: flex">A B</div>