summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/change-inline-color-ref.html
blob: 7f99f57a67957bfeb57717852b03eb707c6a52f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<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>