2 <link href=
"resources/grid.css" rel=
"stylesheet">
4 <div>This test checks that grid item's margins do not collapse with its content's margins (single margin in the first row and double between subsequent).
</div>
6 <div style=
"display: grid;">
7 <div><p margin=
"20px 0px">XXXXX
</p></div>
8 <div style=
"margin:20px 0px;">XXXXX
</div>
9 <div><p margin=
"20px 0px">XXXXX
</p></div>