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