summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/page-name-flex-001-print-ref.html
blob: 8cd606f8040a94d13ed80edbd11ddae376307bea (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <body>
    <div>a</div>
    <div style="display:flex; flex-direction:column">
      <div>b</div>
      <div>c</div>
    </div>
    <div>d</div>
  </body>
</html>