summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1053035-1-flex.html
blob: 5ab6b8fcd062fbd7086c0b4554b57d6b1a063ee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
  <style>
    body {
      display: flex;
      background: yellow;
      overflow: scroll;
      border: 1px solid black;
      width: 100px;
      height: 100px;
    }
  </style>
</head>
<body>
</body>
</html>