summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1248227.html
blob: 2b2f3ff982492f3116eb19fb7c640186e3915658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div style="display: grid; grid-template-rows: subgrid repeat(auto-fill, []);"></div>

<div style="display: grid">
  <div style="display: grid; grid-template-rows: subgrid repeat(auto-fill, []);"></div>
</div>
</body>
</html>