summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/whitespace-in-flexitem-001-ref.html
blob: f7ab7baf7c31949d68169f150526bb274007ddbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<link href="support/flexbox.css" rel="stylesheet">
<link rel="author" title="Google Inc." href="http://www.google.com/">
<style>
  .a {
    flex: none;
    width: 30px;
    background: salmon;
  }
</style>
<body>
  <div class="flexbox justify-content-space-around">
    <div class="a"></div>
  </div>

  <div class="flexbox">
    <b>foo</b><b>bar</b>
  </div>