gecko-dev/layout/generic/crashtests/1248227.html

14 строки
294 B
HTML

<!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>