summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1053035-1-ref.html
blob: 27e1ec066bad37028fb3294ad232ba62f57edd44 (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: block;
      background: yellow;
      overflow: scroll;
      border: 1px solid black;
      width: 100px;
      height: 100px;
    }
  </style>
</head>
<body>
</body>
</html>