summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-lists/list-and-flex-001-ref.html
blob: d7be687125aad54054338694ae35866a94380251 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Lists: test list with flex as its first child</title>

<p>There should be no extra line generated between the marker and the flex.</p>

<ul>
  <li>
    <div style="border: 1px black solid;">
      <div style="display: inline-flex; align-items: flex-end; height: 200px;">
        <span style="line-height: 50px">text</span>
      </div>
    </div>
  </li>
</ul>