| Any copyright is dedicated to the Public Domain. |
| http://creativecommons.org/publicdomain/zero/1.0/ |
| <!-- Reference case, using inline-block instead of inline-flex, and with the |
| inline-blocks manually positioned with "vertical-align:top" and |
| <title>CSS Reftest Reference</title> |
| <link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"> |
| <link rel="stylesheet" type="text/css" href="/fonts/ahem.css"> |
| /* Baseline is 0.8em = 16px from top */ |
| /* Baseline is 0.8em = 8px from top */ |
| /* Baseline is 0.8em = 16px from top */ |
| * { vertical-align: top } |
| <div class="flexContainer" style="margin-top: 8px"> |
| <div class="smallFont">b</div |
| ><div class="bigFont">c</div> |
| <div class="flexContainer"> |
| <div class="bigFont">d</div |
| ><div class="smallFont">e</div> |