chromium/third_party/blink/web_tests/external/wpt/html/rendering/the-details-element/summary-display-list-item-002-ref.html

<!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:[email protected]">
<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>