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

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