summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/366952-1.html
blob: 96007b8ebc28ca5533359ec8212f30d2c5a399c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>

<head>
</head>

<body>

<div style="display: -moz-inline-grid;">
  <div style="padding-right: 3%;">
    <div style="position: fixed;">
      Foo
    </div>
  </div>
</div>

</body>
</html>