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