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