Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Side by Side Diff: LayoutTests/fast/css-grid-layout/grid-margins-not-collapse.html

Issue 273643008: New Layout Tests to verify grid container's margin don't collapse. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Applied suggested changes. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/css-grid-layout/grid-margins-not-collapse-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <link href="resources/grid.css" rel="stylesheet">
3 <style>
4 .basic {
5 background-color: grey;
6 height: 100px;
7 margin-top: 50px;
8 }
9
10 .item {
11 width: 50px;
12 height: 50px;
13 margin-top: 20px;
14 }
15 </style>
16 <div>This test checks that the grid's margins do not collapse with the margins o f its contents.</div>
17 <div class="basic grid">
18 <div class="item firstRowFirstColumn"></div>
19 </div>
20
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css-grid-layout/grid-margins-not-collapse-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698