| Index: LayoutTests/fast/css-grid-layout/grid-item-margins-not-collapse.html
|
| diff --git a/LayoutTests/fast/css-grid-layout/grid-item-margins-not-collapse.html b/LayoutTests/fast/css-grid-layout/grid-item-margins-not-collapse.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..03dea8c274e1465d0ea01b776eaba50f32e1650d
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/css-grid-layout/grid-item-margins-not-collapse.html
|
| @@ -0,0 +1,10 @@
|
| +<!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="display: grid;">
|
| + <div><p margin="20px 0px">XXXXX</p></div>
|
| + <div style="margin:20px 0px;">XXXXX</div>
|
| + <div><p margin="20px 0px">XXXXX</p></div>
|
| +</div>
|
|
|