Bug 1758703 [wpt PR 33122] - [block-in-inline] Don't apply `vertical-align`, a=testonly
[gecko.git] / testing / web-platform / tests / css / CSS2 / normal-flow / block-in-inline-vertical-align-001-ref.html
blob20a8ae08c0e56f6a5fc7f2b244b51134aa97c864
1 <!DOCTYPE html>
2 <style>
3 div {
4 line-height: 20px;
6 </style>
7 <p>The numbers 1, 2 and 3 below should be in ascending order, from top to bottom, with no overlap.</p>
8 <div>
10 <span style="vertical-align: 20px;">
12 <div>3</div>
14 <div>5</div>
16 <div>7</div>
18 </span>
19 </div>