| Any copyright is dedicated to the Public Domain. |
| http://creativecommons.org/publicdomain/zero/1.0/ |
| <!-- Reference case where we've swapped in actual divs (fakeBefore/fakeAfter) |
| for the testcase's ::before and ::after generated content. |
| fakeBefore div is always the first child; fakeAfter is always the last. |
| <title>CSS Reftest Reference</title> |
| <link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"> |
| justify-content: space-between; |
| <div class="flexContainer"> |
| <div class="fakeBefore">b</div> |
| <div class="flexContainer"> |
| <div class="fakeAfter">a</div> |
| <div class="flexContainer"> |
| <div class="fakeBefore">b</div> |
| <div class="fakeAfter">a</div> |