chromium/third_party/blink/web_tests/external/wpt/css/css-break/change-inline-color-ref.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
<link rel="help" href="https://www.w3.org/TR/css-break-3/">
<style>
  .fakecolumn {
      width: 1em;
      text-align: center;
  }
</style>
<p>The word PASS should be seen below.</p>
<div style="display:flex; color:green;">
  <div class="fakecolumn">P</div>
  <div class="fakecolumn">A</div>
  <div class="fakecolumn">S</div>
  <div class="fakecolumn">S</div>
</div>