blob: 86a17e6071b06d8c83cff1e81821d04706e85e14 [file] [log] [blame]
<!DOCTYPE html>
<link href="resources/grid.css" rel="stylesheet">
<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>
<div style="float: left">
<div><p>XXXXX</p></div>
<div style="float:left; margin:20px 0px;">XXXXX</div>
<div><p style="float:left; clear:both;">XXXXX</p></div>
</div>