summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/the-details-element/summary-display-list-item-002-ref.html
blob: 317e1cfe7dfe4ab4137ff21509e7ae8649e3ec96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test: summary with 'display: list-item' and flex children</title>
<link rel="author" title="Cameron McCormack" href="mailto:">
<link rel="author" title="Sergio Villar Senin" href="mailto:svillar@igalia.com">
<div style="width: 100px;">
  <div style="display: list-item; list-style-type: none;">
    <div style="display: flex; justify-content: space-between;">
      <div>AAA</div>
      <div>BBB</div>
    </div>
  </div>
</div>