blob: d73553bc21f443f5d4fa8559c87f10b061ee4e7f (
plain)
1
2
3
4
5
6
7
8
9
|
<!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>
|