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

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

Issue 697653004: [CSS Grid Layout] Grid items must set a new formatting context. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Applied additional suggested changes. Created 6 years, 1 month 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <link href="resources/grid.css" rel="stylesheet">
3
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>
5
6 <div style="float: left">
7 <div ><p margin="20px 0px">XXXXX</p></div>
8 <div style="float: left; margin:20px 0px;">XXXXX</div>
9 <div><p style="float: left;" margin="20px 0px">XXXXX</p></div>
10 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css-grid-layout/grid-item-margins-not-collapse.html ('k') | Source/core/rendering/RenderBlock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698