blob: d73553bc21f443f5d4fa8559c87f10b061ee4e7f [file] [log] [blame]
rego@igalia.come15e1252014-03-11 13:29:03 +00001<!DOCTYPE html>
2<html>
rego@igalia.come15e1252014-03-11 13:29:03 +00003<body>
4 <div>Checks that anonymous grid items are supported. This should not crash.</div>
rego@igalia.com92508232016-05-06 08:17:12 +00005 <div style="display: grid;">
rego@igalia.come15e1252014-03-11 13:29:03 +00006 <div>anonymous item</div>
7 </div>
8</body>
9</html>