summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1488762-1.html
blob: 2f3a30f02ffe99218cc42d3a864a4cfc3736e1a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
  <title>testcase</title>
  <style>
    * {
      display: flex;
      flex-flow: wrap;
      min-width: -moz-fit-content;

      flex-grow: 0.05;
      margin: 0 88em 0 65170px;
      font-size: calc(59902%);
    }
  </style>
</head>
</html>