blob: d73553bc21f443f5d4fa8559c87f10b061ee4e7f [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<div>Checks that anonymous grid items are supported. This should not crash.</div>
<div style="display: grid;">
<div>anonymous item</div>
</div>
</body>
</html>