summaryrefslogtreecommitdiffstats
path: root/layout/reftests/xul/css-flex-1-ref.html
blob: a47eb8e9cf8f706daf857d2bb6d55b1fb4f17506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
  <style>
    body { margin: 0 }
    div.ref {
      border: 1px solid black;
      box-sizing: border-box;
      background: green;
      height: 50px;
      width: 100px;
    }
  </style>
</head>
<body>
  <div class="ref"></div>
</body>
</html>